Changeset 26405
- Timestamp:
- 11/26/2013 01:22:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r25880 r26405 293 293 <td> 294 294 <input name='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' /> 295 <br /><?php _e( 'What would you like to call your network?' ); ?> 295 <p class="description"> 296 <?php _e( 'What would you like to call your network?' ); ?> 297 </p> 296 298 </td> 297 299 </tr> … … 300 302 <td> 301 303 <input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' /> 302 <br /><?php _e( 'Your email address.' ); ?> 304 <p class="description"> 305 <?php _e( 'Your email address.' ); ?> 306 </p> 303 307 </td> 304 308 </tr>
Note: See TracChangeset
for help on using the changeset viewer.