RTL string fix. see #13525.

git-svn-id: https://develop.svn.wordpress.org/trunk@14994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-27 14:14:58 +00:00
parent 7679315725
commit 6a314caceb

View File

@ -152,10 +152,7 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
<div class="menu-item-actions description-wide submitbox">
<?php if( 'custom' != $item->type ) : ?>
<p class="link-to-original">
<?php _e('Original:'); ?>
<a href="<?php echo esc_attr( $item->url ); ?>">
<?php echo esc_html($original_title); ?>
</a>
<?php printf( __('Original: %s'), '<a href="' . esc_attr( $item->url ) . '">' . esc_html( $original_title ) . '</a>' ); ?>
</p>
<?php endif; ?>
<a class="item-delete submitdelete deletion" id="delete-<?php echo $item_id; ?>" href="<?php