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/classes/class-bp-embed.php

    r10548 r10825  
    7676     * for oEmbed parsing.
    7777     *
    78      * @uses wp_parse_args()
    79      * @uses wp_embed_defaults()
    80      * @uses current_user_can()
    81      * @uses _wp_oembed_get_object()
    82      * @uses WP_Embed::maybe_make_link()
    8378     *
    8479     * @param array  $attr Shortcode attributes.
     
    175170     * View an example to add support in {@link bp_activity_embed()}.
    176171     *
    177      * @uses apply_filters() Filters cache.
    178      * @uses do_action() To save cache.
    179      * @uses wp_oembed_get() Connects to oEmbed provider and returns HTML
    180172     *       on success.
    181      * @uses WP_Embed::maybe_make_link() Process URL for hyperlinking on
    182173     *       oEmbed failure.
    183174     *
Note: See TracChangeset for help on using the changeset viewer.