diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index 44cfcf4daf..a25f34a4e2 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -3826,7 +3826,7 @@ function wp_ajax_search_install_plugins() { $status = array(); if ( ! $wp_list_table->ajax_user_can() ) { - $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins on this site.' ); + $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins for this site.' ); wp_send_json_error( $status ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 52b30f519c..b1280fa83e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37955'; +$wp_version = '4.6-beta1-37956'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.