Changeset 10012 for trunk/src/bp-core/classes/class-bp-embed.php
- Timestamp:
- 07/12/2015 12:49:36 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-embed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-embed.php
r9819 r10012 81 81 * @uses WP_Embed::maybe_make_link() 82 82 * 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 * 85 86 * @return string The embed HTML on success, otherwise the original URL. 86 87 */ … … 170 171 * oEmbed failure. 171 172 * 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 * 177 179 * @return string The embed HTML on success, otherwise the original URL. 178 180 */
Note: See TracChangeset
for help on using the changeset viewer.