Changeset 8918 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 06/05/2019 04:34:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r8902 r8918 885 885 } 886 886 887 // Trim off special characters, only allowing wordy characters at the end of searches. s887 // Trim off special characters, only allowing wordy characters at the end of searches. 888 888 $s = preg_replace( '!(\W+)$!i', '', $s ); 889 889 // ..and whitespace
Note: See TracChangeset
for help on using the changeset viewer.