Changeset 1245 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 05/09/2004 05:47:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r1239 r1245 56 56 } 57 57 58 if ( $s) {59 $s = $wpdb->escape($ s);58 if (isset($_GET['s'])) { 59 $s = $wpdb->escape($_GET['s']); 60 60 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE 61 61 comment_author LIKE '%$s%' OR
Note: See TracChangeset
for help on using the changeset viewer.