Make WordPress Core

Changeset 26405


Ignore:
Timestamp:
11/26/2013 01:22:47 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Apply paragraph description class on wp-admin/network.php for consistency.

props Hanni.
fixes #26264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network.php

    r25880 r26405  
    293293                <td>
    294294                    <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>
    296298                </td>
    297299            </tr>
     
    300302                <td>
    301303                    <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>
    303307                </td>
    304308            </tr>
Note: See TracChangeset for help on using the changeset viewer.