mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
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:
@@ -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'] ) {
|
||||
|
||||
Reference in New Issue
Block a user