Make WordPress Core


Ignore:
Timestamp:
03/20/2021 06:28:32 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Add a space before / character in some self-closing HTML tags.

While this has no effect on the code, it fixes a minor inconsistency with the rest of core.

Props laxman-prajapati.
Fixes #52870.

File:
1 edited

Legend:

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

    r47853 r50556  
    131131        <tr class="form-field form-required">
    132132            <th scope="row"><label for="email"><?php _e( 'Email' ); ?></label></th>
    133             <td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
     133            <td><input type="email" class="regular-text" name="user[email]" id="email" /></td>
    134134        </tr>
    135135        <tr class="form-field">
Note: See TracChangeset for help on using the changeset viewer.