Make WordPress Core


Ignore:
Timestamp:
01/14/2016 08:05:06 PM (9 years ago)
Author:
swissspidy
Message:

Allow searching for 0 throughout the admin.

Fixes #31025.

File:
1 edited

Legend:

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

    r35549 r36302  
    192192}
    193193
    194 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) {
     194if ( isset($_REQUEST['s']) && strlen( $_REQUEST['s'] ) ) {
    195195    echo '<span class="subtitle">';
    196196    /* translators: %s: search keywords */
Note: See TracChangeset for help on using the changeset viewer.