Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/16/2017 09:20:52 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Remove all @uses usages.

Per the WordPress inline documentation standards:

the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/users.php

    r6502 r6573  
    2525     *
    2626     * @since 2.0.0 bbPress (r2515)
    27      *
    28      * @uses BBP_Users_Admin::setup_globals() Setup the globals needed
    29      * @uses BBP_Users_Admin::setup_actions() Setup the hooks and actions
    3027     */
    3128    public function __construct() {
     
    3936     *
    4037     * @access private
    41      *
    42      * @uses add_action() To add various actions
    4338     */
    4439    function setup_actions() {
     
    184179     * @since 2.2.0 bbPress (r4365)
    185180     *
    186      * @uses current_user_can() to check for 'promote users' capability
    187      * @uses bbp_get_dynamic_roles() to get forum roles
    188      * @uses bbp_get_user_role() to get a user's current forums role
    189      * @uses bbp_set_user_role() to set the user's new forums role
    190181     * @return bool Always false
    191182     */
Note: See TracChangeset for help on using the changeset viewer.