Changeset 26868 for trunk/src/wp-activate.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-activate.php
r25690 r26868 28 28 * Fires before the Site Activation page is loaded. 29 29 * 30 * @since 3.0 30 * @since 3.0.0 31 31 */ 32 32 do_action( 'activate_header' ); … … 41 41 * Fires before the Site Activation page is loaded, but on the wp_head action. 42 42 * 43 * @since 3.0 43 * @since 3.0.0 44 44 */ 45 45 do_action( 'activate_wp_head' );
Note: See TracChangeset
for help on using the changeset viewer.