Changeset 3569
- Timestamp:
- 06/24/2016 09:34:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r3547 r3569 238 238 239 239 // Add duplicate search rule which will be hit before the following old-plugin tab rules 240 add_rewrite_rule( '^search/( .+)/?$', 'index.php?s=$matches[1]', 'top' );240 add_rewrite_rule( '^search/([^/]+)/?$', 'index.php?s=$matches[1]', 'top' ); 241 241 242 242 // Handle the old plugin tabs URLs.
Note: See TracChangeset
for help on using the changeset viewer.