Changeset 9535 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 02/24/2020 11:44:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r9533 r9535 76 76 ); 77 77 wp_safe_redirect( $url, 301 ); 78 die(); 79 } 80 81 // Redirect /browse/featured/ to the front-page temporarily, as it's showing in Google results. 82 if ( '/themes/browse/featured' === substr( $path, 0, 23 ) ) { 83 wp_safe_redirect( home_url( '/' ), 302 ); 78 84 die(); 79 85 } … … 137 143 'nonce' => is_user_logged_in() ? wp_create_nonce( 'modify-theme-favorite' ) : false, 138 144 ), 139 'browseDefault'=> 'popular',145 'browseDefault'=> WPORG_THEMES_DEFAULT_BROWSE, 140 146 ), 141 147 'l10n' => array(
Note: See TracChangeset
for help on using the changeset viewer.