Changeset 25932 for trunk/src/wp-includes/query.php
- Timestamp:
- 10/26/2013 05:58:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r25889 r25932 1988 1988 1989 1989 // \p{L} matches a single letter that is not a Chinese, Japanese, etc. char 1990 if ( ! $term || preg_match( '/^\p{L}$/u', $term ) )1990 if ( ! $term || @preg_match( '/^\p{L}$/u', $term ) ) 1991 1991 continue; 1992 1992
Note: See TracChangeset
for help on using the changeset viewer.