Make WordPress Core


Ignore:
Timestamp:
02/25/2010 11:09:34 AM (15 years ago)
Author:
dd32
Message:

Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r13398 r13399  
    170170// Actions
    171171add_action( 'wp_head',             'wp_enqueue_scripts',            1     );
    172 add_action( 'wp_head',             'feed_links',                    3     );
     172add_action( 'wp_head',             'feed_links',                    2     );
    173173add_action( 'wp_head',             'feed_links_extra',              3     );
    174174add_action( 'wp_head',             'rsd_link'                             );
Note: See TracChangeset for help on using the changeset viewer.