Twenty Seventeen: Correct grammar in 'Page Layout' control description.

Props zoonini, laurelfulford.
Fixes #40107.
Built from https://develop.svn.wordpress.org/trunk@40270


git-svn-id: http://core.svn.wordpress.org/trunk@40189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-03-10 23:35:45 +00:00
parent 4b1de2bec0
commit 59855beb7b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ function twentyseventeen_customize_register( $wp_customize ) {
'label' => __( 'Page Layout', 'twentyseventeen' ),
'section' => 'theme_options',
'type' => 'radio',
'description' => __( 'When the two column layout is assigned, the page title is in one column and content is in the other.', 'twentyseventeen' ),
'description' => __( 'When the two-column layout is assigned, the page title is in one column and content is in the other.', 'twentyseventeen' ),
'choices' => array(
'one-column' => __( 'One Column', 'twentyseventeen' ),
'two-column' => __( 'Two Column', 'twentyseventeen' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40269';
$wp_version = '4.8-alpha-40270';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.