Make WordPress Core


Ignore:
Timestamp:
05/22/2006 05:16:05 PM (20 years ago)
Author:
ryan
Message:

Script loader from mdawaffe. #2701

File:
1 edited

Legend:

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

    r3663 r3788  
    8787add_action('publish_future_post', 'wp_publish_post', 10, 1);
    8888add_action('wp_head', 'noindex', 1);
     89add_action('wp_head', 'wp_print_scripts');
    8990if(!defined('DOING_CRON'))
    9091    add_action('init', 'wp_cron');
Note: See TracChangeset for help on using the changeset viewer.