X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/03f2fa83c13c1b532284205fa7efcab9b8b2c41f..4feeb71a9d812a9ae371c28a3d8b442a4394ded7:/wp-includes/class-wp-embed.php diff --git a/wp-includes/class-wp-embed.php b/wp-includes/class-wp-embed.php index 730fc4fc..40eecfbb 100644 --- a/wp-includes/class-wp-embed.php +++ b/wp-includes/class-wp-embed.php @@ -15,7 +15,7 @@ class WP_Embed { public $last_url = ''; /** - * When an URL cannot be embedded, return false instead of returning a link + * When a URL cannot be embedded, return false instead of returning a link * or the URL. Bypasses the 'embed_maybe_make_link' filter. */ public $return_false_on_fail = false;