Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (14 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r19528 r19593  
    164164                '<ul>' .
    165165                '<li>' . __('Administrators have access to all the administration features.') . '</li>' .
    166                 '<li>' . __('Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.')  . '</li>' .
     166                '<li>' . __('Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.') . '</li>' .
    167167                '<li>' . __('Authors can publish and manage their own posts, and are able to upload files.') . '</li>' .
    168168                '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' .
     
    252252        echo '<h3 id="add-existing-user">' . __('Add Existing User') . '</h3>';
    253253    if ( !is_super_admin() ) {
    254         _e( 'Enter the email address of an existing user on this network to invite them to this site.  That person will be sent an email asking them to confirm the invite.' );
     254        _e( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
    255255        $label = __('E-mail');
    256256    } else {
    257         _e( 'Enter the email address or username of an existing user on this network to invite them to this site.  That person will be sent an email asking them to confirm the invite.' );
     257        _e( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
    258258        $label = __('E-mail or Username');
    259259    }
Note: See TracChangeset for help on using the changeset viewer.