We use colon as the case separator.

git-svn-id: https://develop.svn.wordpress.org/trunk@20235 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2012-03-21 15:04:52 +00:00
parent 8d9d86352a
commit 65bb406853
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class WP_oEmbed {
$return = ( !empty($data->title) ) ? '<a href="' . esc_url($url) . '">' . esc_html($data->title) . '</a>' : false;
break;
default;
default:
$return = false;
}