From 31250c5e03d1d2b5c889e81a9051e9f15510848d Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Wed, 8 Nov 2023 14:58:19 -0600 Subject: [PATCH] Fix docblock reference in _register_theme_block_patterns --- src/wp-includes/block-patterns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-patterns.php b/src/wp-includes/block-patterns.php index b74f75611fb2a..66bdfd68e7caa 100644 --- a/src/wp-includes/block-patterns.php +++ b/src/wp-includes/block-patterns.php @@ -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() {