Changeset 11148
- Timestamp:
- 04/30/2009 11:53:26 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/login.css
r10000 r11148 106 106 background: #fbfbfb; 107 107 } 108 109 .clear { 110 clear: both; 111 } -
trunk/wp-login.php
r11109 r11148 383 383 <?php do_action('register_form'); ?> 384 384 <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p> 385 <br class="clear" /> 385 386 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Register'); ?>" tabindex="100" /></p> 386 387 </form>
Note: See TracChangeset
for help on using the changeset viewer.