Changeset 36345 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 01/19/2016 02:54:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r36327 r36345 746 746 } 747 747 748 if ( '' !== $this->query_vars['search'] ) { 748 // Falsy search strings are ignored. 749 if ( strlen( $this->query_vars['search'] ) ) { 749 750 $search_sql = $this->get_search_sql( 750 751 $this->query_vars['search'],
Note: See TracChangeset
for help on using the changeset viewer.