mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
b076f7e4a8
commit
e1906ab3f1
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user