Changeset 13866
- Timestamp:
- 03/28/2010 06:05:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r13798 r13866 62 62 63 63 // Notice fixing 64 if ( !isset($redirect['path']) ) $redirect['path'] = ''; 65 if ( !isset($redirect['query']) ) $redirect['query'] = ''; 64 if ( !isset($redirect['path']) ) 65 $redirect['path'] = ''; 66 if ( !isset($redirect['query']) ) 67 $redirect['query'] = ''; 66 68 67 69 if ( is_singular() && 1 > $wp_query->post_count && ($id = get_query_var('p')) ) {
Note: See TracChangeset
for help on using the changeset viewer.