Changeset 14531
- Timestamp:
- 09/17/2025 05:11:01 AM (42 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php
r14529 r14531 593 593 594 594 function link_to_search( $s ) { 595 $parts = preg_split( ' /([^\w\.-])/ui', $s, -1, PREG_SPLIT_DELIM_CAPTURE );595 $parts = preg_split( '#([^\w\.:/-])#ui', $s, -1, PREG_SPLIT_DELIM_CAPTURE ); 596 596 if ( ! $parts ) { 597 597 $parts = array( $s );
Note: See TracChangeset
for help on using the changeset viewer.