From 4689663e646cf195422eb5170e2e28c72bb6d169 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 7 Oct 2010 08:06:31 +0000 Subject: [PATCH] Revert accidental inclusion in last commit... [15740] git-svn-id: https://develop.svn.wordpress.org/trunk@15741 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 87e59a69b0..a09b316768 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -242,7 +242,7 @@ class WP_oEmbed { return false; $title = ( !empty($data->title) ) ? $data->title : ''; - $return = '' . esc_attr($title) . ''; + $return = '' . esc_attr($title) . ''; break; case 'video':