Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (8 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r10843 r10899  
    16741674 * @since 2.6.0
    16751675 *
    1676  * @param  string     $content The content to check.
    1677  * @param  string|int $type    The type to check. Can also use a bitmask. See the class constants in the
     1676 * @param string     $content The content to check.
     1677 * @param string|int $type    The type to check. Can also use a bitmask. See the class constants in the
    16781678 *                             BP_Media_Extractor class for more info.
    16791679 * @return array|bool          If media exists, will return array of media metadata. Else, boolean false.
     
    31903190 * @since 2.5.0
    31913191 *
    3192  * @param string $text
    3193  * @param array $tokens Token names and replacement values for the $text.
     3192 * @param string $text   Text to replace tokens in.
     3193 * @param array  $tokens Token names and replacement values for the $text.
    31943194 * @return string
    31953195 */
     
    32283228/**
    32293229 * Get a list of emails for populating the email post type.
    3230  *t
     3230 *
    32313231 * @since 2.5.1
    32323232 *
Note: See TracChangeset for help on using the changeset viewer.