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-includes/user.php

    r19209 r19593  
    829829 *
    830830 * Assumes there are neither duplicated nor orphaned capabilities meta_values.
    831  * Assumes role names are unique phrases.  Same assumption made by WP_User_Query::prepare_query()
     831 * Assumes role names are unique phrases. Same assumption made by WP_User_Query::prepare_query()
    832832 * Using $strategy = 'time' this is CPU-intensive and should handle around 10^7 users.
    833833 * Using $strategy = 'memory' this is memory-intensive and should handle around 10^5 users, but see WP Bug #12257.
     
    974974 * <li>class - Class attribute of select element.</li>
    975975 * <li>blog_id - ID of blog (Multisite only). Defaults to ID of current blog.</li>
    976  * <li>who - Which users to query.  Currently only 'authors' is supported. Default is all users.</li>
     976 * <li>who - Which users to query. Currently only 'authors' is supported. Default is all users.</li>
    977977 * </ol>
    978978 *
Note: See TracChangeset for help on using the changeset viewer.