Make WordPress Core


Ignore:
Timestamp:
05/19/2010 05:15:06 AM (16 years ago)
Author:
markjaquith
Message:

Revert accidental inclusion of another patch in [14734]. Doh. Reviewing that one next!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-sites.php

    r14734 r14735  
    419419                        </select>
    420420                        <input type="submit" value="<?php esc_attr_e( 'Apply' ); ?>" name="doaction" id="doaction" class="button-secondary action" />
    421                         <?php wp_nonce_field( 'bulk-ms-sites', '_wpnonce_bulk-ms-sites' ); ?>
     421                        <?php wp_nonce_field( 'bulk-ms-sites' ); ?>
    422422                </div>
    423423
     
    680680                        <h3><?php _e( 'Add Site' ) ?></h3>
    681681                        <form method="post" action="ms-edit.php?action=addblog">
    682                                 <?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ) ?>
     682                                <?php wp_nonce_field( 'add-blog' ) ?>
    683683                                <table class="form-table">
    684684                                        <tr class="form-field form-required">
Note: See TracChangeset for help on using the changeset viewer.