Changeset 43810 for branches/5.0/src/wp-includes/class-oembed.php
- Timestamp:
- 10/23/2018 05:47:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class-oembed.php
r41681 r43810 406 406 * @since 2.9.0 407 407 * 408 * @param string $data The returned oEmbed HTML.409 * @param string $url URL of the content to be embedded.410 * @param array $args Optional arguments, usually passed from a shortcode.408 * @param string|false $data The returned oEmbed HTML (false if unsafe). 409 * @param string $url URL of the content to be embedded. 410 * @param array $args Optional arguments, usually passed from a shortcode. 411 411 */ 412 412 return apply_filters( 'oembed_result', $this->data2html( $data, $url ), $url, $args );
Note: See TracChangeset
for help on using the changeset viewer.