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.' ) . '
' . '' . 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.