Ticket #21579: 21579.patch
| File 21579.patch, 419 bytes (added by , 13 years ago) |
|---|
-
wp-includes/link-template.php
2338 2338 return; 2339 2339 2340 2340 $link = get_permalink( $id ); 2341 2342 if ( $page = get_query_var('cpage') ) 2343 $link = get_comments_pagenum_link( $page ); 2344 2341 2345 echo "<link rel='canonical' href='$link' />\n"; 2342 2346 } 2343 2347