Make WordPress Core

Changeset 26641


Ignore:
Timestamp:
12/04/2013 09:56:29 PM (11 years ago)
Author:
nacin
Message:

westi forgot my full stop. see #23569.

File:
1 edited

Legend:

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

    r26640 r26641  
    102102                    <input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" />
    103103                    <p class="description">
    104                         <?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address'); ?>
     104                        <?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address.' ); ?>
    105105                    </p>   
    106106                </td>
Note: See TracChangeset for help on using the changeset viewer.