Changeset 12691 for trunk/wp-includes/canonical.php
- Timestamp:
- 01/10/2010 06:56:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r12598 r12691 163 163 $addl_path = ( !empty( $addl_path ) ? trailingslashit($addl_path) : '' ) . user_trailingslashit("page/$paged", 'paged'); 164 164 } elseif ( !is_single() ) { 165 $addl_path = ( !empty( $addl_path ) ? trailingslashit($addl_path) : '' ) . user_trailingslashit($paged_redirect['path'], 'paged');165 $addl_path = !empty( $addl_path ) ? trailingslashit($addl_path) : ''; 166 166 } 167 167 } elseif ( $paged > 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.