Ticket #11114: edit-comments.php.2.diff
File edit-comments.php.2.diff, 1.1 KB (added by , 15 years ago) |
---|
-
wp-admin/edit-comments.php
149 149 } 150 150 ?> 151 151 152 <form id="comments-form" action="" method="get">153 152 <ul class="subsubsub"> 154 153 <?php 155 154 $status_links = array(); … … 199 198 ?> 200 199 </ul> 201 200 201 <form id="comments-search-form" action="" method="get"> 202 202 <p class="search-box"> 203 203 <label class="screen-reader-text" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label> 204 204 <input type="text" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 205 205 <input type="submit" value="<?php esc_attr_e( 'Search Comments' ); ?>" class="button" /> 206 206 </p> 207 </form> 207 208 208 209 <?php 209 210 $comments_per_page = get_user_option('edit_comments_per_page'); … … 243 244 )); 244 245 245 246 ?> 246 247 <form id="comments-form" action="" method="post"> 247 248 <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" /> 248 249 <?php if ( $post_id ) : ?> 249 250 <input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id ) ); ?>" />