Changeset 53728 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 07/20/2022 01:19:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r53593 r53728 33 33 34 34 /** 35 * Find a block template with equal or higher specificity than a given PHP template file.35 * Finds a block template with equal or higher specificity than a given PHP template file. 36 36 * 37 37 * Internally, this communicates the block content that needs to be used by the template canvas through a global variable. … … 119 119 120 120 /** 121 * Return the correct 'wp_template' to render for the request template type.121 * Returns the correct 'wp_template' to render for the request template type. 122 122 * 123 123 * @access private
Note: See TracChangeset
for help on using the changeset viewer.