Make WordPress Core


Ignore:
Timestamp:
11/29/2010 08:15:04 PM (15 years ago)
Author:
scribu
Message:

Get rid of in favor of . Fixes #15607. See #15580

File:
1 edited

Legend:

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

    r16580 r16617  
    207207    <?php submit_button( __( 'Search Comments' ), 'button', 'submit', false ); ?>
    208208</p>
    209 <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" />
    210209<?php if ( $post_id ) : ?>
    211210<input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id ) ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.