Make WordPress Core


Ignore:
Timestamp:
05/09/2004 05:47:02 AM (22 years ago)
Author:
saxmatt
Message:

Various fixes and cleanups, inspired and pointed out by Joseph Scott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r1239 r1245  
    5656}
    5757
    58 if ($s) {
    59     $s = $wpdb->escape($s);
     58if (isset($_GET['s'])) {
     59    $s = $wpdb->escape($_GET['s']);
    6060    $comments = $wpdb->get_results("SELECT * FROM $tablecomments  WHERE
    6161        comment_author LIKE '%$s%' OR
Note: See TracChangeset for help on using the changeset viewer.