Changeset 44154 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 12/14/2018 03:19:48 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43810
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class-oembed.php
r43571 r44154 405 405 * @since 2.9.0 406 406 * 407 * @param string $data The returned oEmbed HTML.408 * @param string $url URL of the content to be embedded.409 * @param array $args Optional arguments, usually passed from a shortcode.407 * @param string|false $data The returned oEmbed HTML (false if unsafe). 408 * @param string $url URL of the content to be embedded. 409 * @param array $args Optional arguments, usually passed from a shortcode. 410 410 */ 411 411 return apply_filters( 'oembed_result', $this->data2html( $data, $url ), $url, $args );
Note: See TracChangeset
for help on using the changeset viewer.