Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 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/admin/bp-core-admin-actions.php

    r10430 r10825  
    107107 * @since 1.7.0
    108108 *
    109  * @uses do_action() Calls 'bp_admin_init'.
    110109 */
    111110function bp_admin_init() {
     
    124123 * @since 1.7.0
    125124 *
    126  * @uses do_action() Calls 'bp_admin_menu'.
    127125 */
    128126function bp_admin_menu() {
     
    141139 * @since 1.7.0
    142140 *
    143  * @uses do_action() Calls 'bp_admin_head'.
    144141 */
    145142function bp_admin_head() {
     
    158155 * @since 1.7.0
    159156 *
    160  * @uses do_action() Calls 'bp_admin_notices'.
    161157 */
    162158function bp_admin_notices() {
     
    174170 *
    175171 * @since 1.7.0
    176  *
    177  * @uses do_action() Calls 'bp_admin_enqueue_scripts'.
    178172 *
    179173 * @param string $hook_suffix The current admin page, passed to
     
    197191 * @since 1.7.0
    198192 *
    199  * @uses do_action() Calls 'bp_admin_notices'.
    200193 */
    201194function bp_register_importers() {
     
    216209 * @since 1.7.0
    217210 *
    218  * @uses do_action() Calls 'bp_admin_notices'.
    219211 */
    220212function bp_register_admin_style() {
     
    233225 * @since 1.7.0
    234226 *
    235  * @uses do_action() Calls 'bp_register_admin_settings'.
    236227 */
    237228function bp_register_admin_settings() {
Note: See TracChangeset for help on using the changeset viewer.