mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Fix typo in _get_block_template_file() DocBlock.
Follow-up to [55744]. See #59651. git-svn-id: https://develop.svn.wordpress.org/trunk@57349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
616e673d3e
commit
fa441afd6e
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user