mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
5c4708f73f
commit
651aeebe67
@ -12,7 +12,7 @@
|
||||
/**
|
||||
* 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
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user