Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template.php

    r51221 r51298  
    1515 * @global string $_wp_current_template_content
    1616 *
    17  * @param string $template  Path to the template. See locate_template().
    18  * @param string $type      Sanitized filename without extension.
    19  * @param array $templates A list of template candidates, in descending order of priority.
     17 * @param string   $template  Path to the template. See locate_template().
     18 * @param string   $type      Sanitized filename without extension.
     19 * @param string[] $templates A list of template candidates, in descending order of priority.
    2020 * @return string The path to the Full Site Editing template canvas file, or the fallback PHP template.
    2121 */
Note: See TracChangeset for help on using the changeset viewer.