From e32389fc045e287da89a31a068c65bffd3a3e503 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 May 2019 21:11:52 +0000 Subject: [PATCH] I18N: Capitalize "Privacy Policy Page" heading to merge two similar strings. Props ramiy, garrett-eclipse. Fixes #47250. Built from https://develop.svn.wordpress.org/trunk@45384 git-svn-id: http://core.svn.wordpress.org/trunk@45195 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 51b417d5e8..3c15600bbc 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -125,7 +125,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ade9696f9..614241d8bc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45383'; +$wp_version = '5.3-alpha-45384'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.