Ticket #13638: 13638.2.patch
| File 13638.2.patch, 670 bytes (added by , 16 years ago) |
|---|
-
wp-activate.php
23 23 } 24 24 add_action( 'wp_head', 'do_activate_header' ); 25 25 26 // Fix for page title 27 $wp_query->is_home = true; 28 26 29 function wpmu_activate_stylesheet() { 27 30 ?> 28 31 <style type="text/css"> -
wp-signup.php
33 33 } 34 34 35 35 // Fix for page title 36 $wp_query->is_ 404 = false;36 $wp_query->is_home = true; 37 37 38 38 function wpmu_signup_stylesheet() { 39 39 ?>