Docs: Fix typo in `_get_block_template_file()` DocBlock.
Follow-up to [55744]. See #59651. Built from https://develop.svn.wordpress.org/trunk@57349 git-svn-id: http://core.svn.wordpress.org/trunk@56855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
62e0ef411b
commit
465d17a905
|
@ -251,7 +251,7 @@ function _get_block_templates_paths( $base_directory ) {
|
|||
* @param string $template_type 'wp_template' or 'wp_template_part'.
|
||||
* @param string $slug Template slug.
|
||||
* @return array|null {
|
||||
* Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part'.
|
||||
* Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part',
|
||||
* null otherwise.
|
||||
*
|
||||
* @type string $slug Template slug.
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57348';
|
||||
$wp_version = '6.5-alpha-57349';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue