Changeset 10899 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 06/23/2016 06:31:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10843 r10899 1674 1674 * @since 2.6.0 1675 1675 * 1676 * @param 1677 * @param 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 1678 1678 * BP_Media_Extractor class for more info. 1679 1679 * @return array|bool If media exists, will return array of media metadata. Else, boolean false. … … 3190 3190 * @since 2.5.0 3191 3191 * 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. 3194 3194 * @return string 3195 3195 */ … … 3228 3228 /** 3229 3229 * Get a list of emails for populating the email post type. 3230 * t3230 * 3231 3231 * @since 2.5.1 3232 3232 *
Note: See TracChangeset
for help on using the changeset viewer.