Changeset 6026 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 09/03/2007 11:32:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r5909 r6026 40 40 <div class="wrap"> 41 41 <h2><?php _e('Comments'); ?></h2> 42 <form name="searchform" action="" method="get" id="editcomments"> 43 <fieldset> 44 <legend><?php _e('Show Comments That Contain...') ?></legend> 45 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" /> 46 <input type="submit" name="submit" value="<?php _e('Search') ?>" /> 42 <form name="searchform" action="" method="get" id="editcomments"> 43 <fieldset> 44 <legend><?php _e('Show Comments That Contain...') ?></legend> 45 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" /> 46 <input type="submit" name="submit" value="<?php _e('Search') ?>" /> 47 47 <input type="hidden" name="mode" value="<?php echo $mode; ?>" /> 48 48 <?php _e('(Searches within comment text, e-mail, URL, and IP address.)') ?> 49 </fieldset> 49 </fieldset> 50 50 </form> 51 51 <p><a href="?mode=view"><?php _e('View Mode') ?></a> | <a href="?mode=edit"><?php _e('Mass Edit Mode') ?></a></p> … … 89 89 90 90 $page_links = paginate_links( array( 91 'base' => add_query_arg( 'apage', '%#%' ), 91 'base' => add_query_arg( 'apage', '%#%' ), 92 92 'format' => '', 93 93 'total' => ceil($total / 20), … … 177 177 } ?></td> 178 178 </tr> 179 <?php 179 <?php 180 180 } // end foreach 181 181 ?></table>
Note: See TracChangeset
for help on using the changeset viewer.