Changeset 40026
- Timestamp:
- 01/29/2017 07:31:29 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r38923 r40026 45 45 * @var array 46 46 */ 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' ); 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.