Changeset 34840
- Timestamp:
- 10/05/2015 10:35:20 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-activate.php
r34814 r34840 65 65 add_action( 'wp_head', 'wpmu_activate_stylesheet' ); 66 66 67 get_header( );67 get_header( 'wp-activate' ); 68 68 ?> 69 69 … … 135 135 key_input && key_input.focus(); 136 136 </script> 137 <?php get_footer( );137 <?php get_footer( 'wp-activate' ); -
trunk/src/wp-signup.php
r34814 r34840 67 67 68 68 add_action( 'wp_head', 'wpmu_signup_stylesheet' ); 69 get_header( );69 get_header( 'wp-signup' ); 70 70 71 71 /** … … 760 760 do_action( 'after_signup_form' ); ?> 761 761 762 <?php get_footer( ); ?>762 <?php get_footer( 'wp-signup' );
Note: See TracChangeset
for help on using the changeset viewer.