IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
2320 | 2320 | |
2321 | 2321 | $link = get_permalink( $id ); |
2322 | 2322 | |
2323 | | if ( $page = get_query_var('cpage') ) |
2324 | | $link = get_comments_pagenum_link( $page ); |
| 2323 | if ( $page = get_query_var( 'page' ) ) |
| 2324 | $link = trailingslashit( $link ) . user_trailingslashit( $page, 'single_paged' ); |
| 2325 | |
| 2326 | if ( $cpage = get_query_var('cpage') ) |
| 2327 | $link = get_comments_pagenum_link( $cpage ); |
2325 | 2328 | |
2326 | 2329 | echo "<link rel='canonical' href='$link' />\n"; |
2327 | 2330 | } |