Changeset 969
- Timestamp:
- 04/18/07 11:43:58 (2 years ago)
- Files:
-
- trunk/wp-signup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-signup.php
r963 r969 12 12 } 13 13 14 get_header(); 14 function wpmu_signup_stylesheet() { 15 15 ?> 16 16 <style type="text/css"> … … 24 24 } 25 25 </style> 26 <?php 27 } 28 29 add_action( 'wp_head', 'wpmu_signup_stylesheet' ); 30 get_header(); 31 ?> 26 32 <div id="content" class="widecolumn"> 27 33 <?php
