Make WordPress Core

Ticket #26713: 26713.diff

File 26713.diff, 879 bytes (added by JustinSainton, 11 years ago)

Updates doc blocks to @since 3.0.0

  • 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}
  • wp-content/themes/twentyten/index.php

     
    2929                        </div><!-- #content -->
    3030                </div><!-- #container -->
    3131
    32 <?php get_sidebar(); ?>
    3332<?php get_footer(); ?>