X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..888fa4ed68091f3314f711c5f6fe75858bf5410b:/wp-activate.php?ds=sidebyside diff --git a/wp-activate.php b/wp-activate.php index 226780c3..5e9be6ea 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -27,7 +27,7 @@ $wp_query->is_404 = false; /** * Fires before the Site Activation page is loaded. * - * @since 3.0 + * @since 3.0.0 */ do_action( 'activate_header' ); @@ -40,7 +40,7 @@ function do_activate_header() { /** * Fires before the Site Activation page is loaded, but on the wp_head action. * - * @since 3.0 + * @since 3.0.0 */ do_action( 'activate_wp_head' ); }