diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php
index fda17389d5..e5f9989a3f 100644
--- a/wp-includes/class-oembed.php
+++ b/wp-includes/class-oembed.php
@@ -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;
 		}