Changeset 56230
- Timestamp:
- 07/14/2023 05:16:21 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-template-utils.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r56182 r56230 148 148 'category' => array( 149 149 'title' => _x( 'Category Archives', 'Template name' ), 150 'description' => __( 'Displays a post category archive. This template will serve as a fallback when more specific template (e.g., Category: Recipes) cannot be found.' ),150 'description' => __( 'Displays a post category archive. This template will serve as a fallback when a more specific template (e.g., Category: Recipes) cannot be found.' ), 151 151 ), 152 152 'taxonomy' => array( … … 160 160 'tag' => array( 161 161 'title' => _x( 'Tag Archives', 'Template name' ), 162 'description' => __( 'Displays a post tag archive. This template will serve as a fallback when more specific template (e.g., Tag: Pizza) cannot be found.' ),162 'description' => __( 'Displays a post tag archive. This template will serve as a fallback when a more specific template (e.g., Tag: Pizza) cannot be found.' ), 163 163 ), 164 164 'attachment' => array(
Note: See TracChangeset
for help on using the changeset viewer.