Changeset 973
- Timestamp:
- 11/11/2014 08:16:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php
r956 r973 55 55 56 56 /** 57 * Redirects a naked /resource s/ request to dashicons page.57 * Redirects a naked /resource/ request to dashicons page. 58 58 * 59 59 * Temporary until a resource page other than dashicons is created. 60 60 */ 61 61 public static function redirect_resources() { 62 if ( is_page( 'resource s' ) ) {62 if ( is_page( 'resource' ) ) { 63 63 wp_redirect( get_permalink( get_page_by_title( 'dashicons' ) ) ); 64 64 exit();
Note: See TracChangeset
for help on using the changeset viewer.