Make WordPress Core


Ignore:
Timestamp:
05/27/2010 02:14:58 PM (14 years ago)
Author:
nacin
Message:

RTL string fix. see #13525.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r14975 r14994  
    153153                    <?php if( 'custom' != $item->type ) : ?>
    154154                        <p class="link-to-original">
    155                             <?php _e('Original:'); ?>
    156                             <a href="<?php echo esc_attr( $item->url ); ?>">
    157                                 <?php echo esc_html($original_title); ?>
    158                             </a>
     155                            <?php printf( __('Original: %s'), '<a href="' . esc_attr( $item->url ) . '">' . esc_html( $original_title ) . '</a>' ); ?>
    159156                        </p>
    160157                    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.