Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

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

    r45542 r45602  
    241241        'title'   => __( 'User Roles' ),
    242242        'content' => '<p>' . __( 'Here is a basic overview of the different user roles and the permissions associated with each one:' ) . '</p>' .
    243                              '<ul>' .
    244                              '<li>' . __( 'Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.' ) . '</li>' .
    245                              '<li>' . __( 'Contributors can write and manage their posts but not publish posts or upload media files.' ) . '</li>' .
    246                              '<li>' . __( 'Authors can publish and manage their own posts, and are able to upload files.' ) . '</li>' .
    247                              '<li>' . __( 'Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.' ) . '</li>' .
    248                              '<li>' . __( 'Administrators have access to all the administration features.' ) . '</li>' .
    249                              '</ul>',
     243                            '<ul>' .
     244                            '<li>' . __( 'Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.' ) . '</li>' .
     245                            '<li>' . __( 'Contributors can write and manage their posts but not publish posts or upload media files.' ) . '</li>' .
     246                            '<li>' . __( 'Authors can publish and manage their own posts, and are able to upload files.' ) . '</li>' .
     247                            '<li>' . __( 'Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.' ) . '</li>' .
     248                            '<li>' . __( 'Administrators have access to all the administration features.' ) . '</li>' .
     249                            '</ul>',
    250250    )
    251251);
Note: See TracChangeset for help on using the changeset viewer.