Skip to content

Commit 117af7e

Browse files
Bundled Themes: Update all references to the Verse block to Poetry.
Original PR from Gutenberg repository: * [WordPress/gutenberg#74121 #74121 Rename Verse block to Poetry] Reviewed by wildworks, SergeyBiryukov. Props jsmansart, ellatrix, wildworks, mukesh27, sabernhardt. Fixes #64658. git-svn-id: https://develop.svn.wordpress.org/trunk@62112 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4eb0606 commit 117af7e

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
padding: $size__spacing-unit;
350350
}
351351

352-
//! Verse
352+
//! Poetry (Verse)
353353
.wp-block-verse {
354354
@include font-family( $font__body );
355355
font-size: $font__size_base;

src/wp-content/themes/twentynineteen/style-editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ figcaption,
12661266
margin-left: 0;
12671267
}
12681268

1269-
/** === Verse === */
1269+
/** === Poetry (Verse) === */
12701270
.wp-block-verse,
12711271
.wp-block-verse pre {
12721272
padding: 0;

src/wp-content/themes/twentynineteen/style-editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ figcaption,
660660

661661
}
662662

663-
/** === Verse === */
663+
/** === Poetry (Verse) === */
664664

665665
.wp-block-verse,
666666
.wp-block-verse pre {

src/wp-content/themes/twentytwelve/css/editor-blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ p.has-drop-cap:not(:focus)::first-letter {
254254
4.0 Blocks - Formatting
255255
--------------------------------------------------------------*/
256256

257-
/* Verse */
257+
/* Poetry (Verse) */
258258

259259
.editor-block-list__block .wp-block-verse pre {
260260
font-size: 12px;

src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ hr.wp-block-separator.is-style-dots::before {
712712
}
713713

714714

715-
/* Block: Code, Verse and Preformatted ------- */
715+
/* Block: Code, Poetry (Verse) and Preformatted ------- */
716716

717717
.editor-styles-wrapper .wp-block-code {
718718
color: inherit;
@@ -920,7 +920,7 @@ hr.wp-block-separator.is-style-dots::before {
920920
}
921921

922922

923-
/* Block: Verse ------------------------------ */
923+
/* Block: Poetry (Verse) ------------------------------ */
924924

925925
.editor-styles-wrapper .wp-block-verse pre,
926926
.editor-styles-wrapper pre.wp-block-verse {

src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ hr.wp-block-separator.is-style-dots::before {
716716
}
717717

718718

719-
/* Block: Code, Verse and Preformatted ------- */
719+
/* Block: Code, Poetry (Verse) and Preformatted ------- */
720720

721721
.editor-styles-wrapper .wp-block-code {
722722
color: inherit;
@@ -924,7 +924,7 @@ hr.wp-block-separator.is-style-dots::before {
924924
}
925925

926926

927-
/* Block: Verse ------------------------------ */
927+
/* Block: Poetry (Verse) ------------------------------ */
928928

929929
.editor-styles-wrapper .wp-block-verse pre,
930930
.editor-styles-wrapper pre.wp-block-verse {

src/wp-content/themes/twentytwentyone/assets/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* Search...............Specific styles for the search block.
4949
* Separator............Specific styles for the separator block.
5050
* Table................Specific styles for the table block.
51-
* Verse................Specific styles for the verse block.
51+
* Poetry (Verse).......Specific styles for the poetry block.
5252
* Video................Specific styles for the video block.
5353
* Utilities............Block alignments.
5454
*

src/wp-content/themes/twentytwentyone/style-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
6767
* Search...............Specific styles for the search block.
6868
* Separator............Specific styles for the separator block.
6969
* Table................Specific styles for the table block.
70-
* Verse................Specific styles for the verse block.
70+
* Poetry (Verse).......Specific styles for the poetry block.
7171
* Video................Specific styles for the video block.
7272
* Utilities............Block alignments.
7373
*

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
6767
* Search...............Specific styles for the search block.
6868
* Separator............Specific styles for the separator block.
6969
* Table................Specific styles for the table block.
70-
* Verse................Specific styles for the verse block.
70+
* Poetry (Verse).......Specific styles for the poetry block.
7171
* Video................Specific styles for the video block.
7272
* Utilities............Block alignments.
7373
*

0 commit comments

Comments
 (0)