Ticket #20429: 20429.patch
File 20429.patch, 824 bytes (added by , 13 years ago) |
---|
-
wp-activate.php
1 1 <?php 2 /** 3 * Handles new site activation on a multisite install. Just click link in email 4 * or enter key from email into form on this page. 5 * 6 * @package WordPress 7 */ 2 8 define( 'WP_INSTALLING', true ); 3 9 4 10 /** Sets up the WordPress Environment. */ … … 16 22 17 23 do_action( 'activate_header' ); 18 24 25 /** 26 * Allow plugins and themes to hook into the new-site activation screen to add 27 * style or extra features. 28 */ 19 29 function do_activate_header() { 20 30 do_action( 'activate_wp_head' ); 21 31 } 22 32 add_action( 'wp_head', 'do_activate_header' ); 23 33 34 /** 35 * Adds custom formating for this page. 36 */ 37 No newline at end of file 24 38 function wpmu_activate_stylesheet() { 25 39 ?> 26 40 <style type="text/css">