diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index a25f34a4e2..e5b3262bd5 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -3397,7 +3397,7 @@ function wp_ajax_update_theme() { ); if ( ! current_user_can( 'update_themes' ) ) { - $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes on this site.' ); + $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' ); wp_send_json_error( $status ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f1b207747..d42ad4e02d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37959'; +$wp_version = '4.6-beta1-37960'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.