]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-activate.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-activate.php
index 226780c34ea816d0dda5df7e87f0af59874fabba..5e9be6ea828a4566babf4670d813b410c9b1986b 100644 (file)
@@ -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' );
 }