Remove an erroneous @TODO
introduced in [39323].
See #38882 git-svn-id: https://develop.svn.wordpress.org/trunk@39324 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f6f0e6098d
commit
942302eb63
@ -662,8 +662,6 @@ if ( 'upgrade-core' == $action ) {
|
||||
if ( ! current_user_can( 'update_plugins' ) )
|
||||
wp_die( __( 'Sorry, you are not allowed to update this site.' ) );
|
||||
|
||||
// @TODO
|
||||
|
||||
check_admin_referer('upgrade-core');
|
||||
|
||||
if ( isset( $_GET['plugins'] ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user