Changeset 51221 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 06/23/2021 07:04:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r51168 r51221 94 94 * @since 5.8.0 95 95 * 96 * Accepts an optional $template_hierarchy argument as a hint.97 *98 96 * @param string $template_type The current template type. 99 * @param string[] $template_hierarchy (optional)The current template hierarchy, ordered by priority.97 * @param string[] $template_hierarchy The current template hierarchy, ordered by priority. 100 98 * @return WP_Block_Template|null template A template object, or null if none could be found. 101 99 */ … … 188 186 * Renders a 'viewport' meta tag. 189 187 * 190 * @access private191 * @since 5.8.0192 *193 188 * This is hooked into {@see 'wp_head'} to decouple its output from the default template canvas. 189 * 190 * @access private 191 * @since 5.8.0 194 192 */ 195 193 function _block_template_viewport_meta_tag() {
Note: See TracChangeset
for help on using the changeset viewer.