Changeset 31168 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 01/12/2015 04:39:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r30681 r31168 554 554 } 555 555 556 add_action('template_redirect', 'redirect_canonical');557 558 556 function wp_redirect_admin_locations() { 559 557 global $wp_rewrite; … … 583 581 } 584 582 } 585 586 add_action( 'template_redirect', 'wp_redirect_admin_locations', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.