Changeset 25991 for trunk/src/wp-settings.php
- Timestamp:
- 10/30/2013 03:19:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r25721 r25991 220 220 * Pluggable functions are also available at this point in the loading order. 221 221 * 222 * @since 1.5. 2222 * @since 1.5.0 223 223 */ 224 224 do_action( 'plugins_loaded' ); … … 336 336 * If you wish to plug an action once WP is loaded, use the wp_loaded hook below. 337 337 * 338 * @since 1.5. 2338 * @since 1.5.0 339 339 */ 340 340 do_action( 'init' );
Note: See TracChangeset
for help on using the changeset viewer.