Associate subdirector of whitespace trims trailing whites with pinking shears.

git-svn-id: https://develop.svn.wordpress.org/trunk@12042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-10-15 20:26:21 +00:00
parent 74f844388c
commit a4789b3cc1
12 changed files with 195 additions and 195 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ class WP_oEmbed {
// Example content: http://vimeo.com/api/oembed.xml?url=http%3A%2F%2Fvimeo.com%2F240975
elseif ( function_exists('simplexml_load_string') ) {
$errors = libxml_use_internal_errors( 'true' );
$data = simplexml_load_string( $result );
libxml_use_internal_errors( $errors );