Changeset 1940 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/12/2004 08:41:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r1875 r1940 7 7 require_once('admin-header.php'); 8 8 if (empty($_GET['mode'])) $mode = 'view'; 9 else $mode = htmlspecialchars($_GET['mode']);9 else $mode = wp_specialchars($_GET['mode'], 1); 10 10 ?> 11 11 … … 30 30 <fieldset> 31 31 <legend><?php _e('Show Comments That Contain...') ?></legend> 32 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo htmlspecialchars($_GET['s']); ?>" size="17" />32 <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo wp_specialchars($_GET['s'], 1); ?>" size="17" /> 33 33 <input type="submit" name="submit" value="<?php _e('Search') ?>" /> 34 34 <input type="hidden" name="mode" value="<?php echo $mode; ?>" />
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)