Change this string now so we can freeze earlier. see #15866.
git-svn-id: https://develop.svn.wordpress.org/trunk@17040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c5efc2d6aa
commit
ea94bfe385
@ -14,8 +14,8 @@ if ( is_multisite() && ! is_network_admin() ) {
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! current_user_can('update_plugins') )
|
if ( ! current_user_can( 'update_plugins' ) )
|
||||||
wp_die(__('You do not have sufficient permissions to update plugins for this site.'));
|
wp_die( __( 'You do not have sufficient permissions to update this site.' ) );
|
||||||
|
|
||||||
function list_core_update( $update ) {
|
function list_core_update( $update ) {
|
||||||
global $wp_local_package, $wpdb;
|
global $wp_local_package, $wpdb;
|
||||||
|
Loading…
Reference in New Issue
Block a user