From d7c04020903fd2c3be1ab41085a8988f372c63cb Mon Sep 17 00:00:00 2001 From: duck_ Date: Wed, 21 Mar 2012 15:04:52 +0000 Subject: [PATCH] We use colon as the case separator. git-svn-id: http://svn.automattic.com/wordpress/trunk@20235 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 fda17389d..e5f9989a3 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -248,7 +248,7 @@ class WP_oEmbed { $return = ( !empty($data->title) ) ? '' . esc_html($data->title) . '' : false; break; - default; + default: $return = false; }