Skip to:
Content

bbPress.org

Changeset 4610


Ignore:
Timestamp:
12/20/2012 04:04:53 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Clean up phpdoc for bbp_get_total_users(). See #1799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/users/functions.php

    r4551 r4610  
    10271027 *
    10281028 * @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
    10321030 * @uses apply_filters() Calls 'bbp_get_total_users' with number of users
    10331031 * @return int Total number of users
Note: See TracChangeset for help on using the changeset viewer.