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

Props sabernhardt.
Fixes #52410.

git-svn-id: https://develop.svn.wordpress.org/trunk@50118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-02-01 11:47:24 +00:00
parent 99640e3ea2
commit 51f88a4dfb

View File

@ -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
*