Changeset 14529
- Timestamp:
- 09/16/2025 02:02:19 AM (3 months 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
r14511 r14529 201 201 // If it looks like an IP 202 202 preg_match( '/^\d{1,3}\.[0-9.]*$/', $search_term ) || 203 preg_match( '/^[0-9a-f]+:[0-9a-f:]*$/', $search_term ) || 203 204 // Or it looks like a country code, 204 205 preg_match( '/^[A-Z]{2}$/', $search_term )
Note: See TracChangeset
for help on using the changeset viewer.