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.
Built from https://develop.svn.wordpress.org/trunk@44313


git-svn-id: http://core.svn.wordpress.org/trunk@44143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2018-12-19 03:30:41 +00:00
parent 59967a7832
commit a916d85205
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/*
Theme Name: Twenty Twelve
Description: Used to style Gutenberg Blocks.
Description: Used to style blocks.
*/
/*--------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/*
Theme Name: Twenty Twelve
Description: Used to style Gutenberg Blocks in the editor.
Description: Used to style blocks in the editor.
*/
/*--------------------------------------------------------------
@ -394,13 +394,13 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Archives */
.gutenberg ul.wp-block-archives {
.editor-block-list__block ul.wp-block-archives {
padding-left: 0;
}
/* Categories */
.gutenberg .wp-block-categories ul {
.editor-block-list__block .wp-block-categories ul {
padding-left: 0;
}
@ -448,7 +448,7 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Latest Posts */
.gutenberg .wp-block-latest-posts {
.editor-block-list__block .wp-block-latest-posts {
padding-left: 0;
padding-right: 0;
}

View File

@ -209,7 +209,7 @@ function twentytwelve_scripts_styles() {
add_action( 'wp_enqueue_scripts', 'twentytwelve_scripts_styles' );
/**
* Enqueue editor styles for Gutenberg
* Enqueue styles for the block-based editor.
*
* @since Twenty Twelve 2.6
*/