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 6ab27f50a6
commit 4aa38f2193
25 changed files with 28 additions and 34 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44312';
$wp_version = '5.1-alpha-44313';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.