diff --git a/src/wp-includes/default-filters.php b/src/wp-includes/default-filters.php
index 38655c5f7d..a7686bac75 100644
a
|
b
|
add_action( 'wp_head', 'feed_links', 2 ); |
284 | 284 | add_action( 'wp_head', 'feed_links_extra', 3 ); |
285 | 285 | add_action( 'wp_head', 'rsd_link' ); |
286 | 286 | add_action( 'wp_head', 'wlwmanifest_link' ); |
287 | | add_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 ); |
288 | 287 | add_action( 'wp_head', 'locale_stylesheet' ); |
289 | 288 | add_action( 'publish_future_post', 'check_and_publish_future_post', 10, 1 ); |
290 | 289 | add_action( 'wp_head', 'noindex', 1 ); |