Changeset 37536 for trunk/src/wp-activate.php
- Timestamp:
- 05/23/2016 05:06:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-activate.php
r36416 r37536 33 33 34 34 /** 35 * Adds an action hook specific to this page that fires on wp_head 35 * Adds an action hook specific to this page. 36 * 37 * Fires on {@see 'wp_head'}. 36 38 * 37 39 * @since MU 38 40 */ 39 41 function do_activate_header() { 40 /** 41 * Fires before the Site Activation page is loaded, but on the wp_head action. 42 /** 43 * Fires before the Site Activation page is loaded. 44 * 45 * Fires on the {@see 'wp_head'} action. 42 46 * 43 47 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.