Embeds: After [31148], list correct method in WP_oEmbed::$compat_methods.

Props LewisCowles.
Fixes #39292.
Built from https://develop.svn.wordpress.org/trunk@40026


git-svn-id: http://core.svn.wordpress.org/trunk@39963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-29 07:32:43 +00:00
parent b076f7e4a8
commit e1906ab3f1
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class WP_oEmbed {
* @access private
* @var array
*/
private $compat_methods = array( '_fetch_with_format', '_parse_json', '_parse_xml', '_parse_body' );
private $compat_methods = array( '_fetch_with_format', '_parse_json', '_parse_xml', '_parse_xml_body' );
/**
* Constructor.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40025';
$wp_version = '4.8-alpha-40026';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.