Make WordPress Core


Ignore:
Timestamp:
10/07/2015 11:00:59 AM (9 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/embed-functions.php

    r34903 r34904  
    485485        absint( $width ),
    486486        absint( $height ),
    487         esc_attr__( 'Embedded WordPress Post', 'oembed-api' )
     487        esc_attr__( 'Embedded WordPress Post' )
    488488    );
    489489
     
    749749
    750750    return sprintf(
    751         _x( '… %s', 'read more link', 'oembed-api' ),
     751        _x( '… %s', 'read more link' ),
    752752        sprintf(
    753753            '<a class="wp-embed-more" href="%s" target="_top">%s</a>',
    754754            get_the_permalink(),
    755             __( 'Read more', 'oembed-api' )
     755            __( 'Read more' )
    756756        )
    757757    );
Note: See TracChangeset for help on using the changeset viewer.