Changeset 4610
- Timestamp:
- 12/20/2012 04:04:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/functions.php
r4551 r4610 1027 1027 * 1028 1028 * @since bbPress (r2769) 1029 * @uses wp_cache_get() Check if query is in cache 1030 * @uses get_users() To execute our query and get the var back 1031 * @uses wp_cache_set() Set the query in the cache 1029 * @uses count_users() To execute our query and get the var back 1032 1030 * @uses apply_filters() Calls 'bbp_get_total_users' with number of users 1033 1031 * @return int Total number of users
Note: See TracChangeset
for help on using the changeset viewer.