Changeset 34904 for trunk/src/wp-includes/embed-functions.php
- Timestamp:
- 10/07/2015 11:00:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-functions.php
r34903 r34904 485 485 absint( $width ), 486 486 absint( $height ), 487 esc_attr__( 'Embedded WordPress Post' , 'oembed-api')487 esc_attr__( 'Embedded WordPress Post' ) 488 488 ); 489 489 … … 749 749 750 750 return sprintf( 751 _x( '… %s', 'read more link' , 'oembed-api'),751 _x( '… %s', 'read more link' ), 752 752 sprintf( 753 753 '<a class="wp-embed-more" href="%s" target="_top">%s</a>', 754 754 get_the_permalink(), 755 __( 'Read more' , 'oembed-api')755 __( 'Read more' ) 756 756 ) 757 757 );
Note: See TracChangeset
for help on using the changeset viewer.