mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Editor: Clarify single post and page template descriptions.
Follow-up to [55500]. Props mikachan. Fixes #60216. git-svn-id: https://develop.svn.wordpress.org/trunk@57265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7c1c48c141
commit
543c9f50cc
@ -125,11 +125,11 @@ function get_default_block_template_types() {
|
||||
),
|
||||
'single' => array(
|
||||
'title' => _x( 'Single Posts', 'Template name' ),
|
||||
'description' => __( 'Displays single posts on your website unless a custom template has been applied to that post or a dedicated template exists.' ),
|
||||
'description' => __( 'Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.' ),
|
||||
),
|
||||
'page' => array(
|
||||
'title' => _x( 'Pages', 'Template name' ),
|
||||
'description' => __( 'Display all static pages unless a custom template has been applied or a dedicated template exists.' ),
|
||||
'description' => __( 'Displays a static page unless a custom template has been applied to that page or a dedicated template exists.' ),
|
||||
),
|
||||
'archive' => array(
|
||||
'title' => _x( 'All Archives', 'Template name' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user