Make WordPress Core

Changeset 16547


Ignore:
Timestamp:
11/23/2010 12:10:01 PM (13 years ago)
Author:
westi
Message:

Add a nonce check on the confirm links in the Network Admin stage one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/edit.php

    r16501 r16547  
    312312    // Common
    313313    case 'confirm':
     314        check_admin_referer( 'confirm' );
    314315        if ( !headers_sent() ) {
    315316            nocache_headers();
Note: See TracChangeset for help on using the changeset viewer.