Changeset 16999 for trunk/wp-includes/comment.php
- Timestamp:
- 12/16/2010 02:22:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r16643 r16999 346 346 */ 347 347 function get_search_sql( $string, $cols ) { 348 $string = esc_sql( $string);348 $string = esc_sql( like_escape( $string ) ); 349 349 350 350 $searches = array();
Note: See TracChangeset
for help on using the changeset viewer.