mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user