Changeset 51298 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 07/01/2021 09:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r51221 r51298 15 15 * @global string $_wp_current_template_content 16 16 * 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. 20 20 * @return string The path to the Full Site Editing template canvas file, or the fallback PHP template. 21 21 */
Note: See TracChangeset
for help on using the changeset viewer.