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/core/capabilities.php

    r6498 r6573  
    2525 *
    2626 * @param string $role Optional. Defaults to The role to load caps for
    27  * @uses apply_filters() Allow return value to be filtered
    2827 *
    2928 * @return array Capabilities for $role
     
    251250 * @since 2.4.0 bbPress (r5064)
    252251 *
    253  * @uses bbp_get_wp_roles() To load and get the $wp_roles global
    254252 * @return array
    255253 */
     
    282280 * @since 2.2.0 bbPress (r4290)
    283281 *
    284  * @uses bbp_get_dynamic_roles() To get and add forum roles to $wp_roles
    285  *
    286282 * @param WP_Roles $wp_roles The array of WP_Role objects that was initialized
    287283 *
     
    435431 * @since 2.2.0 bbPress (r4284)
    436432 *
    437  * @uses apply_filters() Allow override of hardcoded keymaster role
    438433 * @return string
    439434 */
     
    449444 * @since 2.0.0 bbPress (r3410)
    450445 *
    451  * @uses apply_filters() Allow override of hardcoded moderator role
    452446 * @return string
    453447 */
     
    463457 * @since 2.0.0 bbPress (r3410)
    464458 *
    465  * @uses apply_filters() Allow override of hardcoded participant role
    466459 * @return string
    467460 */
     
    477470 * @since 2.1.0 bbPress (r3860)
    478471 *
    479  * @uses apply_filters() Allow override of hardcoded spectator role
    480472 * @return string
    481473 */
     
    491483 * @since 2.2.0 bbPress (r4284)
    492484 *
    493  * @uses apply_filters() Allow override of hardcoded blocked role
    494485 * @return string
    495486 */
Note: See TracChangeset for help on using the changeset viewer.