From cbd59fdfd0e5be9030e91086a51897f1acef19b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Jul 2016 12:50:43 +0000 Subject: [PATCH] Text Changes: After [37297], replace two more instances of "WordPress.org Plugin Directory" with "WordPress Plugin Directory". See #35938. Built from https://develop.svn.wordpress.org/trunk@38072 git-svn-id: http://core.svn.wordpress.org/trunk@38013 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugins.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index fd905152fa..1d46238193 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -374,7 +374,7 @@ get_current_screen()->add_help_tab( array( '

' . __( 'The search for installed plugins will search for terms in their name, description, or author.' ) . ' ' . __( 'The search results will be updated as you type.' ) . '

' . '

' . sprintf( /* translators: %s: WordPress Plugin Directory URL */ - __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress.org Plugin Directory. Plugins in the WordPress.org Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), + __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), 'https://wordpress.org/plugins/' ) . '

' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c8f90f8623..8e5e1074d5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38071'; +$wp_version = '4.6-beta3-38072'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.