Make WordPress Core


Ignore:
Timestamp:
02/14/2010 09:27:55 PM (15 years ago)
Author:
dd32
Message:

Add 'themes_loaded' hook to run after parent/child themes have been included. See #9015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r13126 r13156  
    262262    include( TEMPLATEPATH . '/functions.php' );
    263263
     264do_action( 'themes_loaded' );
     265
    264266// Load any template functions the theme supports.
    265267require_if_theme_supports( 'post-thumbnails', ABSPATH . WPINC . '/post-thumbnail-template.php' );
Note: See TracChangeset for help on using the changeset viewer.