Changeset 9506 for trunk/wp-includes/canonical.php
- Timestamp:
- 11/04/2008 03:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/canonical.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r9475 r9506 62 62 $redirect = $original; 63 63 $redirect_url = false; 64 65 // Notice fixing 66 if ( !isset($redirect['path']) ) $redirect['path'] = ''; 67 if ( !isset($redirect['query']) ) $redirect['query'] = ''; 64 68 65 69 if ( is_singular() && 1 > $wp_query->post_count && ($id = get_query_var('p')) ) {
Note: See TracChangeset
for help on using the changeset viewer.