Make WordPress Core


Ignore:
Timestamp:
02/19/2010 10:00:00 AM (15 years ago)
Author:
dd32
Message:

Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r13205 r13214  
    266266    include( TEMPLATEPATH . '/functions.php' );
    267267
    268 do_action( 'themes_loaded' );
     268do_action( 'after_setup_theme' );
    269269
    270270// Load any template functions the theme supports.
Note: See TracChangeset for help on using the changeset viewer.