Make WordPress Core

Ticket #26713: 26713.1.diff

File 26713.1.diff, 522 bytes (added by JustinSainton, 10 years ago)

Some people like the sidebar in 2012

  • wp-activate.php

     
    2727/**
    2828 * Fires before the Site Activation page is loaded.
    2929 *
    30  * @since 3.0
     30 * @since 3.0.0
    3131 */
    3232do_action( 'activate_header' );
    3333
     
    4040    /**
    4141     * Fires before the Site Activation page is loaded, but on the wp_head action.
    4242     *
    43      * @since 3.0
     43     * @since 3.0.0
    4444     */
    4545    do_action( 'activate_wp_head' );
    4646}