Changeset 3355 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 06/14/2016 10:37:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r3255 r3355 22 22 // Add default posts and comments RSS feed links to head. 23 23 add_theme_support( 'automatic-feed-links' ); 24 25 // Don't include Adjacent Posts functionality 26 remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' ); 24 27 25 28 // This theme uses wp_nav_menu() in one location.
Note: See TracChangeset
for help on using the changeset viewer.