X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..refs/tags/wordpress-4.5:/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;