Changeset 13507 for trunk/wp-settings.php
- Timestamp:
- 02/28/2010 07:25:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r13481 r13507 288 288 289 289 /** 290 * The purpose of this hook is to fire actions once WP, all plugins, and the theme, 291 * are fully loaded and instantiated. 292 * 293 * AJAX requests should use wp-ajax.php and wp-admin/admin-ajax.php instead. 294 * 295 * @since 3.0 290 * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated. 291 * 292 * AJAX requests should use wp-admin/admin-ajax.php. 293 * 294 * @since 3.0.0 296 295 */ 297 296 do_action('wp_loaded');
Note: See TracChangeset
for help on using the changeset viewer.