Embeds: After [34903], remove an accidentally included text domain, and exclude a test failing in PHP 5.2.

git-svn-id: https://develop.svn.wordpress.org/trunk@34904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2015-10-07 11:00:59 +00:00
parent 43bd3d46c9
commit a170c1f67e
4 changed files with 14 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ final class WP_oEmbed_Controller {
if ( false === $data ) {
status_header( 404 );
return __( 'Invalid URL.', 'oembed-api' );
return __( 'Invalid URL.' );
}
if ( 'json' === $request['format'] ) {