Changeset 14785
- Timestamp:
- 04/01/2026 02:29:24 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
r14784 r14785 210 210 */ 211 211 add_action( 'send_headers', function() { 212 if ( ! str_ contains( $_SERVER['REQUEST_URI'], 'wordpress.org/patterns/' ) ) {212 if ( ! str_starts_with( $_SERVER['REQUEST_URI'], '/patterns/' ) ) { 213 213 return; 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.