Changeset 9042
- Timestamp:
- 07/13/2019 12:46:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r9017 r9042 886 886 887 887 // Trim off special characters, only allowing wordy characters at the end of searches. 888 $s = preg_replace( '!(\W+)$!i ', '', $s );888 $s = preg_replace( '!(\W+)$!iu', '', $s ); 889 889 // ..and whitespace 890 890 $s = trim( $s );
Note: See TracChangeset
for help on using the changeset viewer.