Changeset 19593 for trunk/wp-includes/user.php
- Timestamp:
- 12/13/2011 11:45:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r19209 r19593 829 829 * 830 830 * Assumes there are neither duplicated nor orphaned capabilities meta_values. 831 * Assumes role names are unique phrases. 831 * Assumes role names are unique phrases. Same assumption made by WP_User_Query::prepare_query() 832 832 * Using $strategy = 'time' this is CPU-intensive and should handle around 10^7 users. 833 833 * Using $strategy = 'memory' this is memory-intensive and should handle around 10^5 users, but see WP Bug #12257. … … 974 974 * <li>class - Class attribute of select element.</li> 975 975 * <li>blog_id - ID of blog (Multisite only). Defaults to ID of current blog.</li> 976 * <li>who - Which users to query. 976 * <li>who - Which users to query. Currently only 'authors' is supported. Default is all users.</li> 977 977 * </ol> 978 978 *
Note: See TracChangeset
for help on using the changeset viewer.