Changeset 19877 for trunk/wp-includes/canonical.php
- Timestamp:
- 02/08/2012 05:14:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r19875 r19877 93 93 } 94 94 95 if ( ! $redirect_url && get_option( 'home' ) != get_option( ' url' ) ) {95 if ( ! $redirect_url && get_option( 'home' ) != get_option( 'siteurl' ) ) { 96 96 if ( $original['path'] == home_url( 'wp-admin/', 'relative' ) ) 97 97 $redirect_url = admin_url();
Note: See TracChangeset
for help on using the changeset viewer.