Make WordPress Core


Ignore:
Timestamp:
01/13/2025 02:55:09 PM (17 months ago)
Author:
desrosj
Message:

Coding Standards: Add missing space for self-closing tags.

Props laxman-prajapati, sabernhardt.
Fixes #62799.

File:
1 edited

Legend:

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

    r59027 r59600  
    228228        <tr>
    229229            <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th>
    230             <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?>/>
     230            <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?> />
    231231            <p id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></p></td>
    232232        </tr>
Note: See TracChangeset for help on using the changeset viewer.