Ticket #20075: 20075.diff
File 20075.diff, 577 bytes (added by , 10 years ago) |
---|
-
src/wp-activate.php
52 52 add_action( 'wp_head', 'wpmu_activate_stylesheet' ); 53 53 54 54 get_header(); 55 56 do_action( 'before_activate_form' ); 55 57 ?> 56 58 57 59 <div id="content" class="widecolumn"> … … 116 118 var key_input = document.getElementById('key'); 117 119 key_input && key_input.focus(); 118 120 </script> 119 <?php get_footer(); ?> 120 No newline at end of file 121 <?php 122 do_action( 'after_activate_form' ); 123 124 get_footer();