Ticket #26713: 26713.diff
File 26713.diff, 879 bytes (added by , 11 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 } -
wp-content/themes/twentyten/index.php
29 29 </div><!-- #content --> 30 30 </div><!-- #container --> 31 31 32 <?php get_sidebar(); ?>33 32 <?php get_footer(); ?>