Make WordPress Core


Ignore:
Timestamp:
10/07/2015 11:00:59 AM (11 years ago)
Author:
pento
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed-controller.php

    r34903 r34904  
    8989                if ( false === $data ) {
    9090                        status_header( 404 );
    91                         return __( 'Invalid URL.', 'oembed-api' );
     91                        return __( 'Invalid URL.' );
    9292                }
    9393
Note: See TracChangeset for help on using the changeset viewer.