Make WordPress Core


Ignore:
Timestamp:
05/29/2010 04:16:40 PM (15 years ago)
Author:
nacin
Message:

Help whitespace/punctuation cleanup. props zeo, see #13467.

File:
1 edited

Legend:

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

    r15015 r15054  
    112112    '<p>' . __('To add a new user to your site, fill in the form on this screen. If you&#8217;re not sure which role to assign, you can use the link below to review the different roles and their capabilities. Here is a basic overview of roles:') . '</p>' .
    113113    '<ul>' .
    114         '<li>' . __('Administrators have access to all the administration features') . '</li>' .
     114        '<li>' . __('Administrators have access to all the administration features.') . '</li>' .
    115115        '<li>' . __('Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.')  . '</li>' .
    116         '<li>' . __('Authors can publish and manage their own posts') . '</li>' .
    117         '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files') . '</li>' .
     116        '<li>' . __('Authors can publish and manage their own posts.') . '</li>' .
     117        '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' .
    118118        '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '</li>' . 
    119119    '</ul>' .
Note: See TracChangeset for help on using the changeset viewer.