mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +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:
@@ -484,7 +484,7 @@ JS;
|
||||
esc_url( $embed_url ),
|
||||
absint( $width ),
|
||||
absint( $height ),
|
||||
esc_attr__( 'Embedded WordPress Post', 'oembed-api' )
|
||||
esc_attr__( 'Embedded WordPress Post' )
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -748,11 +748,11 @@ function wp_oembed_excerpt_more( $more_string ) {
|
||||
}
|
||||
|
||||
return sprintf(
|
||||
_x( '… %s', 'read more link', 'oembed-api' ),
|
||||
_x( '… %s', 'read more link' ),
|
||||
sprintf(
|
||||
'<a class="wp-embed-more" href="%s" target="_top">%s</a>',
|
||||
get_the_permalink(),
|
||||
__( 'Read more', 'oembed-api' )
|
||||
__( 'Read more' )
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user