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:
John Blackbourn 2016-11-21 01:26:30 +00:00
parent 4cf5550d8d
commit 40af377f57
2 changed files with 1 additions and 3 deletions

View File

@ -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'] ) ) {

View File

@ -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.