Skip to content

Commit 156a01e

Browse files
committed
Bundled Themes: Replace “Gutenberg” in code comments and classes.
This update replaces the term “Gutenberg” in the themes code comments and classes with something more future-friendly. Props laurelfulford. Merges [44213] into trunk. Fixes #45452. git-svn-id: https://develop.svn.wordpress.org/trunk@44313 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 75af2c6 commit 156a01e

24 files changed

Lines changed: 27 additions & 33 deletions

File tree

src/wp-content/themes/twentyeleven/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Eleven
3-
Description: Used to style Gutenberg Blocks.
3+
Description: Used to style blocks.
44
*/
55

66
/*--------------------------------------------------------------

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Eleven
3-
Description: Used to style Gutenberg Blocks in the editor.
3+
Description: Used to style blocks in the editor.
44
*/
55

66
/*--------------------------------------------------------------

src/wp-content/themes/twentyeleven/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function twentyeleven_scripts_styles() {
297297
add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' );
298298

299299
/**
300-
* Enqueue editor styles for Gutenberg
300+
* Enqueue styles for the block-based editor.
301301
*
302302
* @since Twenty Eleven 2.9
303303
*/

src/wp-content/themes/twentyfifteen/css/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Fifteen
3-
Description: Used to style Gutenberg Blocks.
3+
Description: Used to style blocks.
44
*/
55

66
/*--------------------------------------------------------------

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Fifteen
3-
Description: Used to style Gutenberg Blocks in the editor.
3+
Description: Used to style blocks in the editor.
44
*/
55

66
/*--------------------------------------------------------------

src/wp-content/themes/twentyfifteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function twentyfifteen_scripts() {
403403
add_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' );
404404

405405
/**
406-
* Enqueue editor styles for Gutenberg
406+
* Enqueue styles for the block-based editor.
407407
*
408408
* @since Twenty Fifteen 2.1
409409
*/

src/wp-content/themes/twentyfourteen/css/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Fourteen
3-
Description: Used to style Gutenberg Blocks.
3+
Description: Used to style blocks.
44
*/
55

66
/*--------------------------------------------------------------

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Fourteen
3-
Description: Used to style Gutenberg Blocks in the editor.
3+
Description: Used to style blocks in the editor.
44
*/
55

66
/*--------------------------------------------------------------

src/wp-content/themes/twentyfourteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function twentyfourteen_resource_hints( $urls, $relation_type ) {
389389
add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 );
390390

391391
/**
392-
* Enqueue editor styles for Gutenberg
392+
* Enqueue styles for the block-based editor.
393393
*
394394
* @since Twenty Fourteen 2.3
395395
*/

src/wp-content/themes/twentyseventeen/assets/css/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Twenty Seventeen
3-
Description: Used to style Gutenberg Blocks.
3+
Description: Used to style blocks.
44
*/
55

66
/*--------------------------------------------------------------

0 commit comments

Comments
 (0)