diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php
index 5db20bf08c..5817e22cab 100644
a
|
b
|
function get_default_block_template_types() { |
139 | 139 | ), |
140 | 140 | 'archive' => array( |
141 | 141 | 'title' => _x( 'Archive', 'Template name' ), |
142 | | 'description' => __( 'Displays post categories, tags, and other archives.' ), |
| 142 | 'description' => __( 'Displays post by categories, tags, and other archives.' ), |
143 | 143 | ), |
144 | 144 | 'author' => array( |
145 | 145 | 'title' => _x( 'Author', 'Template name' ), |