mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 12:42:35 +02:00
Themes: Correct docblock for _register_theme_block_patterns.
This updates the '@since 6.4.0' annotation in _register_theme_block_patterns to reference WP_Theme::get_block_patterns instead of _wp_get_block_patterns, which was changed in [56978]. Reviewed by audrasjb. Merges [57102] to the to the 6.4 branch. Props audrasjb, mukesh27, joemcgill. Fixes #59869. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f413a31ce9
commit
d66ef46847
@ -324,7 +324,7 @@ function _register_remote_theme_patterns() {
|
||||
* @since 6.0.0
|
||||
* @since 6.1.0 The `postTypes` property was added.
|
||||
* @since 6.2.0 The `templateTypes` property was added.
|
||||
* @since 6.4.0 Uses the `_wp_get_block_patterns` function.
|
||||
* @since 6.4.0 Uses the `WP_Theme::get_block_patterns` method.
|
||||
* @access private
|
||||
*/
|
||||
function _register_theme_block_patterns() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user