From 59855beb7bb6d13d6e1db41622aeca509e0b0ed0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Mar 2017 23:35:45 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyseventeen/inc/customizer.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/inc/customizer.php b/wp-content/themes/twentyseventeen/inc/customizer.php index d327675e95..bc6bbea31c 100644 --- a/wp-content/themes/twentyseventeen/inc/customizer.php +++ b/wp-content/themes/twentyseventeen/inc/customizer.php @@ -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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 827a9b58eb..7a0b8cdf1b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.