90* Fires within the `<head>` section of the Site Activation page.91*92* Fires on the {@see 'wp_head'} action.93*94* @since 3.0.095*/96do_action('activate_wp_head');97}98add_action('wp_head','do_activate_header');99100/**101* Loads styles specific to this page.102*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.