mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Site Editor: Fix typo in home template translatable description.
The home template's description should be: "Displays as the site's home page, or as the Posts page when a static home page isn't set." This commit fixes the typo changing "it" to "isn't". Follow-up to [52331]. Props kharisblank, talldanwp. Fixes #54787. Built from https://develop.svn.wordpress.org/trunk@52554 git-svn-id: http://core.svn.wordpress.org/trunk@52144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
56d10309d0
commit
3abe551097
@ -119,7 +119,7 @@ function get_default_block_template_types() {
|
||||
),
|
||||
'home' => array(
|
||||
'title' => _x( 'Home', 'Template name' ),
|
||||
'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page it set.' ),
|
||||
'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page isn\'t set.' ),
|
||||
),
|
||||
'front-page' => array(
|
||||
'title' => _x( 'Front Page', 'Template name' ),
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52553';
|
||||
$wp_version = '6.0-alpha-52554';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user