Remove an erroneous `@TODO` introduced in [39323].
See #38882 Built from https://develop.svn.wordpress.org/trunk@39324 git-svn-id: http://core.svn.wordpress.org/trunk@39264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4cf5550d8d
commit
40af377f57
|
@ -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'] ) ) {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta4-39323';
|
||||
$wp_version = '4.7-beta4-39324';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue