Skip to content

Commit a0bdc5e

Browse files
Embeds: After [31148], list correct method in WP_oEmbed::$compat_methods.
Props LewisCowles. Fixes #39292. git-svn-id: https://develop.svn.wordpress.org/trunk@40026 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e859050 commit a0bdc5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-oembed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class WP_oEmbed {
4444
* @access private
4545
* @var array
4646
*/
47-
private $compat_methods = array( '_fetch_with_format', '_parse_json', '_parse_xml', '_parse_body' );
47+
private $compat_methods = array( '_fetch_with_format', '_parse_json', '_parse_xml', '_parse_xml_body' );
4848

4949
/**
5050
* Constructor.

0 commit comments

Comments
 (0)