mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Change this string now so we can freeze earlier. see #15866.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
74ee0ad290
commit
a624eecb96
@ -14,8 +14,8 @@ if ( is_multisite() && ! is_network_admin() ) {
|
||||
exit();
|
||||
}
|
||||
|
||||
if ( ! current_user_can('update_plugins') )
|
||||
wp_die(__('You do not have sufficient permissions to update plugins for this site.'));
|
||||
if ( ! current_user_can( 'update_plugins' ) )
|
||||
wp_die( __( 'You do not have sufficient permissions to update this site.' ) );
|
||||
|
||||
function list_core_update( $update ) {
|
||||
global $wp_local_package, $wpdb;
|
||||
|
Loading…
Reference in New Issue
Block a user