Make WordPress Core


Ignore:
Timestamp:
10/06/2007 06:55:24 AM (17 years ago)
Author:
westi
Message:

Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.

File:
1 edited

Legend:

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

    r6192 r6195  
    142142add_action('wp_head', 'noindex', 1);
    143143add_action('wp_head', 'wp_print_scripts');
     144add_action('wp_head', 'wp_generator');
    144145if(!defined('DOING_CRON'))
    145146    add_action('init', 'wp_cron');
Note: See TracChangeset for help on using the changeset viewer.