From 6cde96263ba985831223e57c2d2f2b35952e9dbe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Nov 2020 15:51:04 +0000 Subject: [PATCH] Help/About: Correct placeholder for the accessibility statement feature plugin link. Add missing translator comment. Props audrasjb. See #51415. Built from https://develop.svn.wordpress.org/trunk@49651 git-svn-id: http://core.svn.wordpress.org/trunk@49388 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 10 +++++++++- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index e482d137e6..7594d00b83 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -165,7 +165,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

feature plugin includes template copy for you to update and publish, and it’s written to support different contexts and jurisdictions.', '#' ); ?>

+

+ feature plugin includes template copy for you to update and publish, and it’s written to support different contexts and jurisdictions.' ), + '#' + ); + ?> +

diff --git a/wp-includes/version.php b/wp-includes/version.php index d7e92a87ea..ca2cb9e9bb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49650'; +$wp_version = '5.7-alpha-49651'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.