Ticket #26713: 26713.1.diff
File 26713.1.diff, 522 bytes (added by , 10 years ago) |
---|
-
wp-activate.php
27 27 /** 28 28 * Fires before the Site Activation page is loaded. 29 29 * 30 * @since 3.0 30 * @since 3.0.0 31 31 */ 32 32 do_action( 'activate_header' ); 33 33 … … 40 40 /** 41 41 * Fires before the Site Activation page is loaded, but on the wp_head action. 42 42 * 43 * @since 3.0 43 * @since 3.0.0 44 44 */ 45 45 do_action( 'activate_wp_head' ); 46 46 }