From 609da14d598aaf6903a64668e06cab3660dccf14 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 19 Oct 2017 15:36:47 +0000 Subject: [PATCH] About page: Update the privacy policy dashes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If one were to insert 1—3 dashes into a sentence - on purpose - they should use the correct da– sh. See #40794. Built from https://develop.svn.wordpress.org/trunk@41946 git-svn-id: http://core.svn.wordpress.org/trunk@41780 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/privacy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 96d046f48e..2f6124a794 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -30,7 +30,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -

+

WordPress.org stats page.' ), __( 'https://wordpress.org/about/stats/' ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index f9b0112417..d443601f4f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41945'; +$wp_version = '4.9-beta3-41946'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.