Make WordPress Core

Ticket #39111: 39111.diff

File 39111.diff, 635 bytes (added by johnbillion, 5 years ago)
  • src/wp-includes/default-filters.php

    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 ); 
    284284add_action( 'wp_head', 'feed_links_extra', 3 );
    285285add_action( 'wp_head', 'rsd_link' );
    286286add_action( 'wp_head', 'wlwmanifest_link' );
    287 add_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    288287add_action( 'wp_head', 'locale_stylesheet' );
    289288add_action( 'publish_future_post', 'check_and_publish_future_post', 10, 1 );
    290289add_action( 'wp_head', 'noindex', 1 );