Changeset 21571
- Timestamp:
- 08/21/2012 12:53:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r21504 r21571 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 }
Note: See TracChangeset
for help on using the changeset viewer.