From a4042140f0fbe64319863f7bfc4fb2ee377fd3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Fri, 2 Dec 2016 22:37:44 +0000 Subject: [PATCH] About page: Remove link tags from inside translatable strings. props ramiy. see #38616. Built from https://develop.svn.wordpress.org/trunk@39443 git-svn-id: http://core.svn.wordpress.org/trunk@39383 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 32 ++++---------------------------- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 37929c4e8a..1876a942fd 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -143,13 +143,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

Post Type Templates' ), - 'https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/' - ); - ?>

+

@@ -163,26 +157,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-

Custom Bulk Actions' ), - 'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/' - ); - ?>

+

-

%2$s', - 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/', - 'WP_Hook' - ); - ?>

+

WP_Hook

-

Customize Changesets' ), - 'https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/' - ); - ?>

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f03732778..04c1ec1cb6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39442'; +$wp_version = '4.8-alpha-39443'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.