Changeset 51300 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 07/01/2021 09:11:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r51221 r51300 104 104 * @since 5.8.0 105 105 * 106 * @param string $id Template unique identifier (example: theme_slug//template_slug). 107 * @param string $template_type wp_template. 108 * 106 * @param string $id Template unique identifier (example: theme_slug//template_slug). 107 * @param string $template_type Optional. The template type (post type). Default 'wp_template'. 109 108 * @return WP_Block_Template|null Template. 110 109 */
Note: See TracChangeset
for help on using the changeset viewer.