Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (9 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per 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/bp-core/bp-core-adminbar.php

    r10417 r10825  
    5656 *
    5757 * @global string $wp_version
    58  * @uses bp_get_option()
    59  * @uses is_user_logged_in()
    60  * @uses bp_use_wp_admin_bar()
    61  * @uses show_admin_bar()
    62  * @uses add_action() To hook 'bp_adminbar_logo' to 'bp_adminbar_logo'.
    63  * @uses add_action() To hook 'bp_adminbar_login_menu' to 'bp_adminbar_menus'.
    64  * @uses add_action() To hook 'bp_adminbar_account_menu' to 'bp_adminbar_menus'.
    65  * @uses add_action() To hook 'bp_adminbar_thisblog_menu' to 'bp_adminbar_menus'.
    66  * @uses add_action() To hook 'bp_adminbar_random_menu' to 'bp_adminbar_menus'.
    67  * @uses add_action() To hook 'bp_core_admin_bar' to 'wp_footer'.
    68  * @uses add_action() To hook 'bp_core_admin_bar' to 'admin_footer'.
    6958 */
    7059function bp_core_load_admin_bar() {
Note: See TracChangeset for help on using the changeset viewer.