Make WordPress Core

Changeset 30054


Ignore:
Timestamp:
10/28/2014 06:31:19 PM (10 years ago)
Author:
johnbillion
Message:

Add a missing Oxford comma to the install screen. Fixes #30107. Props Ankit K Gupta.

File:
1 edited

Legend:

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

    r30033 r30054  
    119119            } else {
    120120                ?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" />
    121                 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p>
     121                <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.' ); ?></p>
    122122            <?php
    123123            } ?>
Note: See TracChangeset for help on using the changeset viewer.