Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (11 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-embed.php

    r9819 r10012  
    8181     * @uses WP_Embed::maybe_make_link()
    8282     *
    83      * @param array $attr Shortcode attributes.
    84      * @param string $url The URL attempting to be embeded.
     83     * @param array  $attr Shortcode attributes.
     84     * @param string $url  The URL attempting to be embeded.
     85     *
    8586     * @return string The embed HTML on success, otherwise the original URL.
    8687     */
     
    170171     *       oEmbed failure.
    171172     *
    172      * @param int $id ID to do the caching for.
    173      * @param string $url The URL attempting to be embedded.
    174      * @param array $attr Shortcode attributes from {@link WP_Embed::shortcode()}.
    175      * @param array $rawattr Untouched shortcode attributes from
    176      *        {@link WP_Embed::shortcode()}.
     173     * @param int    $id      ID to do the caching for.
     174     * @param string $url     The URL attempting to be embedded.
     175     * @param array  $attr    Shortcode attributes from {@link WP_Embed::shortcode()}.
     176     * @param array  $rawattr Untouched shortcode attributes from
     177     *                        {@link WP_Embed::shortcode()}.
     178     *
    177179     * @return string The embed HTML on success, otherwise the original URL.
    178180     */
Note: See TracChangeset for help on using the changeset viewer.