mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 03:34:33 +00:00
Allow searching for 0 throughout the admin.
Fixes #31025. git-svn-id: https://develop.svn.wordpress.org/trunk@36302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -191,7 +191,7 @@ if ( $post_id ) {
|
||||
_e( 'Comments' );
|
||||
}
|
||||
|
||||
if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) {
|
||||
if ( isset($_REQUEST['s']) && strlen( $_REQUEST['s'] ) ) {
|
||||
echo '<span class="subtitle">';
|
||||
/* translators: %s: search keywords */
|
||||
printf( __( 'Search results for “%s”' ),
|
||||
|
||||
Reference in New Issue
Block a user