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/tools/common.php

    r6537 r6573  
    5757 * @param string|WP_Error $message A message to be displayed or {@link WP_Error}
    5858 * @param string $class Optional. A class to be added to the message div
    59  * @uses WP_Error::get_error_messages() To get the error messages of $message
    60  * @uses add_action() Adds the admin notice action with the message HTML
    6159 * @return string The message HTML
    6260 */
     
    109107 * @since 2.0.0 bbPress (r2613)
    110108 *
    111  * @uses bbp_admin_repair_list() To get the recount list
    112  * @uses check_admin_referer() To verify the nonce and the referer
    113  * @uses wp_cache_flush() To flush the cache
    114  * @uses do_action() Calls 'admin_notices' to display the notices
    115109 */
    116110function bbp_admin_repair_handler() {
     
    343337 * @since 2.0.0 bbPress (r2613)
    344338 *
    345  * @uses apply_filters() Calls 'bbp_repair_list' with the list array
    346339 * @return array Repair list of options
    347340 */
Note: See TracChangeset for help on using the changeset viewer.