Changeset 13044 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-redirects.php
- Timestamp:
- 12/11/2023 01:18:17 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-redirects.php
r13043 r13044 11 11 exit; 12 12 13 // temp fix for /B ;ocks, rm later13 // temp fix for /Blocks, rm later 14 14 } elseif ( 0 === strpos( $_SERVER['REQUEST_URI'], '/Blocks' ) ) { 15 15 wp_safe_redirect( '/blocks/', 301 ); 16 16 exit; 17 17 18 18 // WordPress.org does not have a specific site search, only the global WordPress.org search … … 54 54 '/events' => 'https://events.wordpress.org/', 55 55 '/meet' => 'https://events.wordpress.org/', 56 57 // Data Liberation 58 '/and' => '/data-liberation/', 56 59 ]; 57 60
Note: See TracChangeset
for help on using the changeset viewer.