- Timestamp:
- 02/28/2019 06:31:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r8366 r8367 62 62 } 63 63 64 if ( $canonical && get_query_var( 'paged' ) > 1 ) { 65 $canonical .= 'page/' . (int) get_query_var( 'paged' ) . '/'; 66 } 64 } 65 66 if ( $canonical && get_query_var( 'paged' ) > 1 ) { 67 $canonical .= 'page/' . (int) get_query_var( 'paged' ) . '/'; 67 68 } 68 69
Note: See TracChangeset
for help on using the changeset viewer.