Changeset 24876 for branches/3.6/wp-includes/bookmark.php
- Timestamp:
- 07/29/2013 06:18:58 PM (11 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-includes/bookmark.php
r21829 r24876 187 187 188 188 if ( ! empty($search) ) { 189 $search = like_escape($search);189 $search = esc_sql( like_escape( $search ) ); 190 190 $search = " AND ( (link_url LIKE '%$search%') OR (link_name LIKE '%$search%') OR (link_description LIKE '%$search%') ) "; 191 191 }
Note: See TracChangeset
for help on using the changeset viewer.