[wp-trac] [WordPress Trac] #19018: get_adjacent_post_rel_link
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 20 21:05:10 UTC 2011
#19018: get_adjacent_post_rel_link
--------------------------+------------------------------
Reporter: Ninos Ego | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.2.1
Severity: normal | Resolution: invalid
Keywords: |
--------------------------+------------------------------
Changes (by andrewryno):
* keywords: needs-patch =>
* status: new => closed
* resolution: => invalid
* severity: blocker => normal
Comment:
Prefetching is likely being done by the browser, not WordPress. Use:
`remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );`
in order to move the rel="next" and rel="prev" link tags from <head>.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19018#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list