Changeset 3517 for trunk/wp-admin/install.php
- Timestamp:
- 02/12/2006 07:53:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r3510 r3517 34 34 padding: .2em 2em; 35 35 } 36 36 37 37 h1 { 38 38 color: #006; … … 40 40 font-weight: lighter; 41 41 } 42 42 43 43 h2 { 44 44 font-size: 16px; 45 45 } 46 46 47 47 p, li, dt { 48 48 line-height: 140%; … … 128 128 die (__("<strong>ERROR</strong>: the e-mail address isn't correct")); 129 129 } 130 130 131 131 ?> 132 132 <h1><?php _e('Second Step'); ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.