diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index e1c4e06501..30fdfccb94 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -139,15 +139,15 @@ function twentyseventeen_setup() { 'attachments' => array( 'image-espresso' => array( - 'post_title' => _x( 'Espresso', 'Theme starter content' ), + 'post_title' => _x( 'Espresso', 'Theme starter content', 'twentyseventeen' ), 'file' => 'assets/images/espresso.jpg', ), 'image-sandwich' => array( - 'post_title' => _x( 'Sandwich', 'Theme starter content' ), + 'post_title' => _x( 'Sandwich', 'Theme starter content', 'twentyseventeen' ), 'file' => 'assets/images/sandwich.jpg', ), 'image-coffee' => array( - 'post_title' => _x( 'Coffee', 'Theme starter content' ), + 'post_title' => _x( 'Coffee', 'Theme starter content', 'twentyseventeen' ), 'file' => 'assets/images/coffee.jpg', ), ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 27a8257491..c79472863d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-RC1-39372'; +$wp_version = '4.7-RC1-39374'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.