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