Changeset 6918 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 02/19/2008 08:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r6570 r6918 17 17 <legend><?php _e('Show Comments That Contain...') ?></legend> 18 18 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" /> 19 <input type="submit" name="submit" value="<?php _e('Search') ?>" />19 <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" /> 20 20 <input type="hidden" name="mode" value="<?php echo $mode; ?>" /> 21 21 <?php _e('(Searches within comment text, e-mail, URL, and IP address.)') ?>
Note: See TracChangeset
for help on using the changeset viewer.