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-activity/bp-activity-filters.php

    r10572 r10825  
    179179 *
    180180 * @since 1.1.0
    181  *
    182  * @uses apply_filters() To call the 'bp_activity_allowed_tags' hook.
    183  * @uses wp_kses()
    184181 *
    185182 * @param string $content The activity content.
     
    283280 * @since 1.5.0
    284281 *
    285  * @uses bp_activity_find_mentions()
    286  *
    287282 * @param BP_Activity_Activity $activity Activity Object.
    288283 */
     
    319314 *
    320315 * @since 1.7.0
    321  *
    322  * @uses bp_activity_at_message_notification()
    323  * @uses bp_activity_update_mention_count_for_user()
    324316 *
    325317 * @param BP_Activity_Activity $activity The BP_Activity_Activity object.
     
    397389 * @since 1.5.0
    398390 *
    399  * @uses bp_is_single_activity()
    400  * @uses apply_filters() To call the 'bp_activity_excerpt_append_text' hook.
    401  * @uses apply_filters() To call the 'bp_activity_excerpt_length' hook.
    402  * @uses bp_create_excerpt()
    403  * @uses bp_get_activity_id()
    404  * @uses bp_get_activity_thread_permalink()
    405  * @uses apply_filters() To call the 'bp_activity_truncate_entry' hook.
    406  *
    407391 * @param string $text The original activity entry text.
    408392 * @return string $excerpt The truncated text.
     
    477461 * @since 2.0.0
    478462 *
    479  * @uses bp_activity_do_heartbeat() to check if heartbeat is required.
    480  *
    481463 * @param array $js_handles The original dependencies.
    482464 * @return array $js_handles The new dependencies.
     
    543525 *
    544526 * @since 2.0.0
    545  *
    546  * @uses bp_activity_get_last_updated() to get the recorded date of the last activity.
    547527 *
    548528 * @param array $response Array containing Heartbeat API response.
Note: See TracChangeset for help on using the changeset viewer.