Make WordPress Core


Ignore:
Timestamp:
09/18/2006 11:40:19 PM (19 years ago)
Author:
ryan
Message:

Fix logo link in wp_die(). Props Sewar. fixes #3138

File:
1 edited

Legend:

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

    r4120 r4194  
    145145// Actions
    146146add_action('wp_head', 'rsd_link');
     147add_action('wp_head', 'locale_stylesheet');
    147148add_action('publish_future_post', 'wp_publish_post', 10, 1);
    148149add_action('wp_head', 'noindex', 1);
Note: See TracChangeset for help on using the changeset viewer.