Ticket #20246: 20246.docs.patch
File 20246.docs.patch, 584 bytes (added by , 13 years ago) |
---|
-
wp-includes/media.php
1378 1378 * 1379 1379 * @param string $url The URL that should be embedded. 1380 1380 * @param array $args Additional arguments and parameters. 1381 * @return string The original URLon failure or the embed HTML on success.1381 * @return bool|string False on failure or the embed HTML on success. 1382 1382 */ 1383 1383 function wp_oembed_get( $url, $args = '' ) { 1384 1384 require_once( ABSPATH . WPINC . '/class-oembed.php' );