Skip to content

Commit

Permalink
Fix docblock reference in _register_theme_block_patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Nov 8, 2023
1 parent afe96d5 commit 31250c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 31250c5

Please sign in to comment.