Changes between Initial Version and Version 1 of Ticket #18660, comment 28
- Timestamp:
- 06/16/2013 08:34:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18660, comment 28
initial v1 27 27 {{{ 28 28 // remove rel=next/prev links in header 29 remove_action('wp_head', 'start_post_rel_link'); 30 remove_action('wp_head', 'adjacent_posts_rel_link'); 29 remove_action('wp_head', 'adjacent_posts_rel_link_wp_head'); 31 30 }}} 32 31