Changeset 12837
- Timestamp:
- 08/12/2023 12:57:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-redirects.php
r12836 r12837 10 10 wp_safe_redirect( '/news/feed/' . ( 'feed' !== get_query_var('feed') ? get_query_var('feed') : '' ), 301 ); 11 11 exit; 12 13 // temp fix for /B;ocks, rm later 14 } elseif ( 0 === strpos( $_SERVER['REQUEST_URI'], '/Blocks' ) ) { 15 wp_safe_redirect( '/blocks/', 301 ); 16 exit; 12 17 13 18 // WordPress.org does not have a specific site search, only the global WordPress.org search … … 80 85 // Rosetta txt-download urls were changed to /download/. 81 86 '/txt-download/' => '/downloads/', 82 83 // Hotfix for capital B causing wrong theme to load84 '/Blocks/' => '/blocks/'85 87 ]; 86 88
Note: See TracChangeset
for help on using the changeset viewer.