Twenty Twenty-One: Correct filter name in `twenty_twenty_one_get_starter_content()` DocBlock.

Props sabernhardt.
Fixes #52410.
Built from https://develop.svn.wordpress.org/trunk@50118


git-svn-id: http://core.svn.wordpress.org/trunk@49797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-02-01 11:49:05 +00:00
parent 5c4708f73f
commit 651aeebe67
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
/** /**
* Function to return the array of starter content for the theme. * Function to return the array of starter content for the theme.
* *
* Passes it through the `twentytwenty_starter_content` filter before returning. * Passes it through the `twenty_twenty_one_starter_content` filter before returning.
* *
* @since Twenty Twenty-One 1.0 * @since Twenty Twenty-One 1.0
* *

View File

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