From 05eb0237cefa8fdd90463b42bbce278ef6501557 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 11 Aug 2016 20:54:54 +0000 Subject: [PATCH] About Page: Fix punctuation errors in two strings. Merge of [38248] to the 4.6 branch. See #37246. Built from https://develop.svn.wordpress.org/branches/4.6@38249 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38190 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 9a46414fce..6ab38db27d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -69,7 +69,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-

API for enforcing validation constraints. Likewise Customizer controls now support notifications which are used to display validation errors instead of failing silently.' ); ?>

+

API for enforcing validation constraints. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 46d3e541ed..b44a611419 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-RC2-38247'; +$wp_version = '4.6-RC2-38249'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.