Make WordPress Core


Ignore:
Timestamp:
03/01/2013 04:28:40 PM (11 years ago)
Author:
ryan
Message:

Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767

File:
1 edited

Legend:

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

    r23416 r23554  
    8080                    <input type="hidden" name="_wp_http_referer" value="<?php echo esc_attr( wp_get_referer() ); ?>" />
    8181                    <?php wp_nonce_field( $_GET['action2'], '_wpnonce', false ); ?>
    82                     <p><?php echo esc_html( wp_unslash( $_GET['msg'] ) ); ?></p>
     82                    <p><?php echo esc_html( stripslashes( $_GET['msg'] ) ); ?></p>
    8383                    <?php submit_button( __('Confirm'), 'button' ); ?>
    8484                </form>
Note: See TracChangeset for help on using the changeset viewer.