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

    r6498 r6573  
    6767 *
    6868 * @param array $menu_order Menu Order
    69  * @uses bbp_get_forum_post_type() To get the forum post type
    7069 * @return array Modified menu order
    7170 */
     
    125124 * @param bool $sample Optional, defaults to false. Is it a sample permalink.
    126125 *
    127  * @uses is_admin() To make sure we're on an admin page
    128  * @uses bbp_is_custom_post_type() To get the forum post type
    129  *
    130126 * @return string The custom post type permalink
    131127 */
     
    198194 * @internal Used internally to redirect bbPress to the about page on activation
    199195 *
    200  * @uses get_transient() To see if transient to redirect exists
    201  * @uses delete_transient() To delete the transient if it exists
    202  * @uses is_network_admin() To bail if being network activated
    203  * @uses bbp_redirect() To redirect
    204  * @uses add_query_arg() To help build the URL to redirect to
    205  * @uses admin_url() To get the admin URL to index.php
    206  *
    207196 * @return If no transient, or in network admin, or is bulk activation
    208197 */
Note: See TracChangeset for help on using the changeset viewer.