Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 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/includes/class-wp-users-list-table.php

    r18735 r19593  
    210210     *
    211211     * @param object $user_object
    212      * @param string $style Optional. Attributes added to the TR element.  Must be sanitized.
     212     * @param string $style Optional. Attributes added to the TR element. Must be sanitized.
    213213     * @param string $role Key for the $wp_roles array.
    214      * @param int $numposts Optional. Post count to display for this user.  Defaults to zero, as in, a new user has made zero posts.
     214     * @param int $numposts Optional. Post count to display for this user. Defaults to zero, as in, a new user has made zero posts.
    215215     * @return string
    216216     */
Note: See TracChangeset for help on using the changeset viewer.