Changeset 54792 for branches/6.1/src/wp-includes/block-template.php
- Timestamp:
- 11/10/2022 04:21:48 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
- Property svn:mergeinfo changed
/trunk merged: 54786-54788
- Property svn:mergeinfo changed
-
branches/6.1/src/wp-includes/block-template.php
r54319 r54792 44 44 * @param string $type Sanitized filename without extension. 45 45 * @param string[] $templates A list of template candidates, in descending order of priority. 46 * @return string The path to the Full Site Editingtemplate canvas file, or the fallback PHP template.46 * @return string The path to the Site Editor template canvas file, or the fallback PHP template. 47 47 */ 48 48 function locate_block_template( $template, $type, array $templates ) {
Note: See TracChangeset
for help on using the changeset viewer.