Make WordPress Core

Ticket #9030: entityrep.diff

File entityrep.diff, 127.0 KB (added by Chase-san, 12 years ago)

Replaces almost all named entities by their numeric counterparts (hand checked).

  • wp-admin/about.php

     
    4242                <p><?php _e( 'Gone are the days of rushing to update your header, background, and the like as soon as you activate a new theme. You can now customize these options <strong>before</strong> activating a new theme. Note: this feature is available for installed themes only.' ); ?></p>
    4343
    4444                <h4><?php _e( 'Customize Current Theme' ); ?></h4>
    45                 <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint &mdash; you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
     45                <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint &#8212; you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
    4646        </div>
    4747</div>
    4848
     
    8787                <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-1.png' ) ); ?>" class="image-30" />
    8888                <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-2.png' ) ); ?>" class="image-30" />
    8989                <h4><?php _e( 'HTML Support' ); ?></h4>
    90                 <p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links &mdash; great for photo credits or licensing details &mdash; and basic formatting such as bold and italicized text.' ); ?></p>
     90                <p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links &#8212; great for photo credits or licensing details &#8212; and basic formatting such as bold and italicized text.' ); ?></p>
    9191        </div>
    9292</div>
    9393
     
    122122<div class="return-to-dashboard">
    123123        <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
    124124        <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php
    125                 is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' );
     125                is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &#8594; Updates' );
    126126        ?></a> |
    127127        <?php endif; ?>
    128128        <a href="<?php echo esc_url( self_admin_url() ); ?>"><?php
    129                 is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
     129                is_blog_admin() ? _e( 'Go to Dashboard &#8594; Home' ) : _e( 'Go to Dashboard' ); ?></a>
    130130</div>
    131131
    132132</div>
  • wp-admin/admin-footer.php

     
    2222$footer_text = array(
    2323        '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>',
    2424);
    25 echo apply_filters( 'admin_footer_text', implode( ' &bull; ', $footer_text ) );
     25echo apply_filters( 'admin_footer_text', implode( ' &#8226; ', $footer_text ) );
    2626unset( $footer_text );
    2727?></p>
    2828<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
  • wp-admin/admin-header.php

     
    3131if ( $admin_title == $title )
    3232        $admin_title = sprintf( __( '%1$s &#8212; WordPress' ), $title );
    3333else
    34         $admin_title = sprintf( __( '%1$s &lsaquo; %2$s &#8212; WordPress' ), $title, $admin_title );
     34        $admin_title = sprintf( __( '%1$s &#8249; %2$s &#8212; WordPress' ), $title, $admin_title );
    3535
    3636$admin_title = apply_filters( 'admin_title', $admin_title, $title );
    3737
  • wp-admin/custom-header.php

     
    531531        <p><?php _e( 'You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.' ); ?><br />
    532532        <?php
    533533        if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) {
    534                 printf( __( 'Images of exactly <strong>%1$d &times; %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );
     534                printf( __( 'Images of exactly <strong>%1$d &#215; %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );
    535535        } elseif ( current_theme_supports( 'custom-header', 'flex-height' ) ) {
    536536                if ( ! current_theme_supports( 'custom-header', 'flex-width' ) )
    537537                        printf( __( 'Images should be at least <strong>%1$d pixels</strong> wide.' ) . ' ', get_theme_support( 'custom-header', 'width' ) );
     
    589589<th scope="row"><?php _e( 'Default Images' ); ?></th>
    590590<td>
    591591<?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
    592         <p><?php _e( 'If you don&lsquo;t want to upload your own image, you can use one of these cool headers, or show a random one.' ) ?></p>
     592        <p><?php _e( 'If you don&#8216;t want to upload your own image, you can use one of these cool headers, or show a random one.' ) ?></p>
    593593<?php else: ?>
    594594        <p><?php _e( 'You can use one of these cool headers or show a random one on each page.' ) ?></p>
    595595<?php endif; ?>
  • wp-admin/edit-form-advanced.php

     
    317317<table id="post-status-info" cellspacing="0"><tbody><tr>
    318318        <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
    319319        <td class="autosave-info">
    320         <span class="autosave-message">&nbsp;</span>
     320        <span class="autosave-message">&#160;</span>
    321321<?php
    322322        if ( 'auto-draft' != $post->post_status ) {
    323323                echo '<span id="last-edit">';
  • wp-admin/edit-form-comment.php

     
    9898$stamp = __('Submitted on: <b>%1$s</b>');
    9999$date = date_i18n( $datef, strtotime( $comment->comment_date ) );
    100100?>
    101 <span id="timestamp"><?php printf($stamp, $date); ?></span>&nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
     101<span id="timestamp"><?php printf($stamp, $date); ?></span>&#160;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
    102102<div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0, 5); ?></div>
    103103</div>
    104104</div> <!-- misc actions -->
  • wp-admin/includes/ajax-actions.php

     
    352352        ob_start();
    353353                wp_dropdown_categories( array(
    354354                        'taxonomy' => $taxonomy->name, 'hide_empty' => 0, 'name' => 'new'.$taxonomy->name.'_parent', 'orderby' => 'name',
    355                         'hierarchical' => 1, 'show_option_none' => '&mdash; '.$taxonomy->labels->parent_item.' &mdash;'
     355                        'hierarchical' => 1, 'show_option_none' => '&#8212; '.$taxonomy->labels->parent_item.' &#8212;'
    356356                ) );
    357357        $sup = ob_get_contents();
    358358        ob_end_clean();
  • wp-admin/includes/class-wp-comments-list-table.php

     
    413413
    414414                        if ( 'spam' != $the_comment_status && 'trash' != $the_comment_status ) {
    415415                                $actions['edit'] = "<a href='comment.php?action=editcomment&amp;c={$comment->comment_ID}' title='" . esc_attr__( 'Edit comment' ) . "'>". __( 'Edit' ) . '</a>';
    416                                 $actions['quickedit'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\',\'edit\' );return false;" class="vim-q" title="'.esc_attr__( 'Quick Edit' ).'" href="#">' . __( 'Quick&nbsp;Edit' ) . '</a>';
     416                                $actions['quickedit'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\',\'edit\' );return false;" class="vim-q" title="'.esc_attr__( 'Quick Edit' ).'" href="#">' . __( 'Quick&#160;Edit' ) . '</a>';
    417417                                $actions['reply'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\' );return false;" class="vim-r" title="'.esc_attr__( 'Reply to this comment' ).'" href="#">' . __( 'Reply' ) . '</a>';
    418418                        }
    419419
  • wp-admin/includes/class-wp-list-table.php

     
    506506                        'first-page' . $disable_first,
    507507                        esc_attr__( 'Go to the first page' ),
    508508                        esc_url( remove_query_arg( 'paged', $current_url ) ),
    509                         '&laquo;'
     509                        '&#171;'
    510510                );
    511511
    512512                $page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
    513513                        'prev-page' . $disable_first,
    514514                        esc_attr__( 'Go to the previous page' ),
    515515                        esc_url( add_query_arg( 'paged', max( 1, $current-1 ), $current_url ) ),
    516                         '&lsaquo;'
     516                        '&#8249;'
    517517                );
    518518
    519519                if ( 'bottom' == $which )
     
    532532                        'next-page' . $disable_last,
    533533                        esc_attr__( 'Go to the next page' ),
    534534                        esc_url( add_query_arg( 'paged', min( $total_pages, $current+1 ), $current_url ) ),
    535                         '&rsaquo;'
     535                        '&#8250;'
    536536                );
    537537
    538538                $page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
    539539                        'last-page' . $disable_last,
    540540                        esc_attr__( 'Go to the last page' ),
    541541                        esc_url( add_query_arg( 'paged', $total_pages, $current_url ) ),
    542                         '&raquo;'
     542                        '&#187;'
    543543                );
    544544
    545545                $pagination_links_class = 'pagination-links';
  • wp-admin/includes/class-wp-plugins-list-table.php

     
    380380                $checkbox_id =  "checkbox_" . md5($plugin_data['Name']);
    381381                $checkbox = in_array( $status, array( 'mustuse', 'dropins' ) ) ? '' : "<input type='checkbox' name='checked[]' value='" . esc_attr( $plugin_file ) . "' id='" . $checkbox_id . "' /><label class='screen-reader-text' for='" . $checkbox_id . "' >" . __('Select') . " " . $plugin_data['Name'] . "</label>";
    382382                if ( 'dropins' != $context ) {
    383                         $description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : '&nbsp;' ) . '</p>';
     383                        $description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : '&#160;' ) . '</p>';
    384384                        $plugin_name = $plugin_data['Name'];
    385385                }
    386386
  • wp-admin/includes/class-wp-posts-list-table.php

     
    534534                                $actions = array();
    535535                                if ( $can_edit_post && 'trash' != $post->post_status ) {
    536536                                        $actions['edit'] = '<a href="' . get_edit_post_link( $post->ID, true ) . '" title="' . esc_attr( __( 'Edit this item' ) ) . '">' . __( 'Edit' ) . '</a>';
    537                                         $actions['inline hide-if-no-js'] = '<a href="#" class="editinline" title="' . esc_attr( __( 'Edit this item inline' ) ) . '">' . __( 'Quick&nbsp;Edit' ) . '</a>';
     537                                        $actions['inline hide-if-no-js'] = '<a href="#" class="editinline" title="' . esc_attr( __( 'Edit this item inline' ) ) . '">' . __( 'Quick&#160;Edit' ) . '</a>';
    538538                                }
    539539                                if ( current_user_can( $post_type_object->cap->delete_post, $post->ID ) ) {
    540540                                        if ( 'trash' == $post->post_status )
     
    770770                                        'echo' => 0
    771771                                );
    772772                                if ( $bulk )
    773                                         $users_opt['show_option_none'] = __( '&mdash; No Change &mdash;' );
     773                                        $users_opt['show_option_none'] = __( '&#8212; No Change &#8212;' );
    774774
    775775                                if ( $authors = wp_dropdown_users( $users_opt ) ) :
    776776                                        $authors_dropdown  = '<label class="inline-edit-author">';
     
    796796                                <em style="margin:5px 10px 0 0" class="alignleft">
    797797                                        <?php
    798798                                        /* translators: Between password field and private checkbox on post quick edit interface */
    799                                         echo __( '&ndash;OR&ndash;' );
     799                                        echo __( '&#8211;OR&#8211;' );
    800800                                        ?>
    801801                                </em>
    802802                                <label class="alignleft inline-edit-private">
     
    853853                );
    854854
    855855                if ( $bulk )
    856                         $dropdown_args['show_option_no_change'] =  __( '&mdash; No Change &mdash;' );
     856                        $dropdown_args['show_option_no_change'] =  __( '&#8212; No Change &#8212;' );
    857857                $dropdown_args = apply_filters( 'quick_edit_dropdown_pages_args', $dropdown_args );
    858858                wp_dropdown_pages( $dropdown_args );
    859859        ?>
     
    878878                                <span class="title"><?php _e( 'Template' ); ?></span>
    879879                                <select name="page_template">
    880880        <?php   if ( $bulk ) : ?>
    881                                         <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     881                                        <option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    882882        <?php   endif; // $bulk ?>
    883883                                        <option value="default"><?php _e( 'Default Template' ); ?></option>
    884884                                        <?php page_template_dropdown() ?>
     
    912912                        <label class="alignleft">
    913913                                <span class="title"><?php _e( 'Comments' ); ?></span>
    914914                                <select name="comment_status">
    915                                         <option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     915                                        <option value=""><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    916916                                        <option value="open"><?php _e( 'Allow' ); ?></option>
    917917                                        <option value="closed"><?php _e( 'Do not allow' ); ?></option>
    918918                                </select>
     
    921921                        <label class="alignright">
    922922                                <span class="title"><?php _e( 'Pings' ); ?></span>
    923923                                <select name="ping_status">
    924                                         <option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     924                                        <option value=""><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    925925                                        <option value="open"><?php _e( 'Allow' ); ?></option>
    926926                                        <option value="closed"><?php _e( 'Do not allow' ); ?></option>
    927927                                </select>
     
    953953                                        <span class="title"><?php _e( 'Status' ); ?></span>
    954954                                        <select name="_status">
    955955        <?php if ( $bulk ) : ?>
    956                                                 <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     956                                                <option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    957957        <?php endif; // $bulk ?>
    958958                                        <?php if ( $can_publish ) : // Contributors only get "Unpublished" and "Pending Review" ?>
    959959                                                <option value="publish"><?php _e( 'Published' ); ?></option>
     
    974974                                <label class="alignright">
    975975                                        <span class="title"><?php _e( 'Sticky' ); ?></span>
    976976                                        <select name="sticky">
    977                                                 <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     977                                                <option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    978978                                                <option value="sticky"><?php _e( 'Sticky' ); ?></option>
    979979                                                <option value="unsticky"><?php _e( 'Not Sticky' ); ?></option>
    980980                                        </select>
     
    10031003                                <span class="title"><?php _ex( 'Format', 'post format' ); ?></span>
    10041004                                <select name="post_format">
    10051005                                <?php if ( $bulk ) : ?>
    1006                                         <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1006                                        <option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
    10071007                                <?php endif; ?>
    10081008                                        <option value="0"><?php _ex( 'Standard', 'Post format' ); ?></option>
    10091009                                <?php foreach ( $all_post_formats as $slug => $format ) :
  • wp-admin/includes/class-wp-terms-list-table.php

     
    238238                if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term )
    239239                        return '<input type="checkbox" name="delete_tags[]" value="' . $tag->term_id . '" />';
    240240                else
    241                         return '&nbsp;';
     241                        return '&#160;';
    242242        }
    243243
    244244        function column_name( $tag ) {
     
    256256                $actions = array();
    257257                if ( current_user_can( $tax->cap->edit_terms ) ) {
    258258                        $actions['edit'] = '<a href="' . $edit_link . '">' . __( 'Edit' ) . '</a>';
    259                         $actions['inline hide-if-no-js'] = '<a href="#" class="editinline">' . __( 'Quick&nbsp;Edit' ) . '</a>';
     259                        $actions['inline hide-if-no-js'] = '<a href="#" class="editinline">' . __( 'Quick&#160;Edit' ) . '</a>';
    260260                }
    261261                if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term )
    262262                        $actions['delete'] = "<a class='delete-tag' href='" . wp_nonce_url( "edit-tags.php?action=delete&amp;taxonomy=$taxonomy&amp;tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ) . "'>" . __( 'Delete' ) . "</a>";
  • wp-admin/includes/class-wp-theme-install-list-table.php

     
    253253                <div id="theme-installer" class="wp-full-overlay expanded">
    254254                        <div class="wp-full-overlay-sidebar">
    255255                                <div class="wp-full-overlay-header">
    256                                         <a href="#" class="close-full-overlay"><?php _e( '&larr; Close' ); ?></a>
     256                                        <a href="#" class="close-full-overlay"><?php _e( '&#8592; Close' ); ?></a>
    257257                                </div>
    258258                                <div class="wp-full-overlay-sidebar-content">
    259259                                        <div class="install-theme-info"></div>
  • wp-admin/includes/class-wp-users-list-table.php

     
    140140                        return;
    141141?>
    142142        <div class="alignleft actions">
    143                 <label class="screen-reader-text" for="new_role"><?php _e( 'Change role to&hellip;' ) ?></label>
     143                <label class="screen-reader-text" for="new_role"><?php _e( 'Change role to&#8230;' ) ?></label>
    144144                <select name="new_role" id="new_role">
    145                         <option value=''><?php _e( 'Change role to&hellip;' ) ?></option>
     145                        <option value=''><?php _e( 'Change role to&#8230;' ) ?></option>
    146146                        <?php wp_dropdown_roles(); ?>
    147147                </select>
    148148                <?php submit_button( __( 'Change' ), 'secondary', 'changeit', false ); ?>
  • wp-admin/includes/dashboard.php

     
    567567                        $title = _draft_or_post_title( $draft->ID );
    568568                        $item = "<h4><a href='$url' title='" . sprintf( __( 'Edit &#8220;%s&#8221;' ), esc_attr( $title ) ) . "'>" . esc_html($title) . "</a> <abbr title='" . get_the_time(__('Y/m/d g:i:s A'), $draft) . "'>" . get_the_time( get_option( 'date_format' ), $draft ) . '</abbr></h4>';
    569569                        if ( $the_content = preg_split( '#\s#', strip_tags( $draft->post_content ), 11, PREG_SPLIT_NO_EMPTY ) )
    570                                 $item .= '<p>' . join( ' ', array_slice( $the_content, 0, 10 ) ) . ( 10 < count( $the_content ) ? '&hellip;' : '' ) . '</p>';
     570                                $item .= '<p>' . join( ' ', array_slice( $the_content, 0, 10 ) ) . ( 10 < count( $the_content ) ? '&#8230;' : '' ) . '</p>';
    571571                        $list[] = $item;
    572572                }
    573573?>
     
    770770        }
    771771
    772772        if ( !$rss->get_item_quantity() ) {
    773                 echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
     773                echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&#8230; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
    774774                $rss->__destruct();
    775775                unset($rss);
    776776                return;
     
    974974                                                        '&amp;TB_iframe=true&amp;width=600&amp;height=800';
    975975
    976976                echo "<h4>$label</h4>\n";
    977                 echo "<h5><a href='$link'>$title</a></h5>&nbsp;<span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span>\n";
     977                echo "<h5><a href='$link'>$title</a></h5>&#160;<span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span>\n";
    978978                echo "<p>$description</p>\n";
    979979
    980980                $$feed->__destruct();
     
    13021302
    13031303                        if ( ! empty( $customize_links ) ) {
    13041304                                echo '<p>';
    1305                                 printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>. If you stick with %1$s, here are a few ways to make your site look unique.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
     1305                                printf( __( 'Use the current theme &#8212; %1$s &#8212; or <a href="%2$s">choose a new one</a>. If you stick with %1$s, here are a few ways to make your site look unique.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
    13061306                                echo '</p>';
    13071307                        ?>
    13081308                        <ul>
     
    13131313                        <?php
    13141314                        } else {
    13151315                                echo '<p>';
    1316                                 printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
     1316                                printf( __( 'Use the current theme &#8212; %1$s &#8212; or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
    13171317                                echo '</p>';
    13181318                        }
    13191319                endif; ?>
  • wp-admin/includes/image-edit.php

     
    8282                <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Scale Image'); ?></strong></a>
    8383                <div class="imgedit-help">
    8484                <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that if you make the image larger it may become fuzzy.'); ?></p>
    85                 <p><?php printf( __('Original dimensions %s'), $meta['width'] . '&times;' . $meta['height'] ); ?></p>
     85                <p><?php printf( __('Original dimensions %s'), $meta['width'] . '&#215;' . $meta['height'] ); ?></p>
    8686                <div class="imgedit-submit">
    87                 <span class="nowrap"><input type="text" id="imgedit-scale-width-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" style="width:4em;" value="<?php echo $meta['width']; ?>" />&times;<input type="text" id="imgedit-scale-height-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" style="width:4em;" value="<?php echo $meta['height']; ?>" />
     87                <span class="nowrap"><input type="text" id="imgedit-scale-width-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" style="width:4em;" value="<?php echo $meta['width']; ?>" />&#215;<input type="text" id="imgedit-scale-height-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" style="width:4em;" value="<?php echo $meta['height']; ?>" />
    8888                <span class="imgedit-scale-warn" id="imgedit-scale-warn-<?php echo $post_id; ?>">!</span></span>
    8989                <input type="button" onclick="imageEdit.action(<?php echo "$post_id, '$nonce'"; ?>, 'scale')" class="button-primary" value="<?php esc_attr_e( 'Scale' ); ?>" />
    9090                </div>
  • wp-admin/includes/media.php

     
    324324function wp_iframe($content_func /* ... */) {
    325325        _wp_admin_html_begin();
    326326?>
    327 <title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; <?php _e('WordPress'); ?></title>
     327<title><?php bloginfo('name') ?> &#8250; <?php _e('Uploads'); ?> &#8212; <?php _e('WordPress'); ?></title>
    328328<?php
    329329
    330330wp_enqueue_style( 'colors' );
     
    741741                        $html .= "<label for='{$css_id}'>$label</label>";
    742742                        // only show the dimensions if that choice is available
    743743                        if ( $enabled )
    744                                 $html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d&nbsp;&times;&nbsp;%d)", $downsize[1], $downsize[2] ). "</label>";
     744                                $html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d&#160;&#215;&#160;%d)", $downsize[1], $downsize[2] ). "</label>";
    745745
    746746                        $html .= '</div>';
    747747
     
    11071107        $media_dims = '';
    11081108        $meta = wp_get_attachment_metadata( $post->ID );
    11091109        if ( is_array( $meta ) && array_key_exists( 'width', $meta ) && array_key_exists( 'height', $meta ) )
    1110                 $media_dims .= "<span id='media-dims-$post->ID'>{$meta['width']}&nbsp;&times;&nbsp;{$meta['height']}</span> ";
     1110                $media_dims .= "<span id='media-dims-$post->ID'>{$meta['width']}&#160;&#215;&#160;{$meta['height']}</span> ";
    11111111        $media_dims = apply_filters( 'media_meta', $media_dims, $post );
    11121112
    11131113        $image_edit_button = '';
     
    18431843$page_links = paginate_links( array(
    18441844        'base' => add_query_arg( 'paged', '%#%' ),
    18451845        'format' => '',
    1846         'prev_text' => __('&laquo;'),
    1847         'next_text' => __('&raquo;'),
     1846        'prev_text' => __('&#171;'),
     1847        'next_text' => __('&#187;'),
    18481848        'total' => ceil($wp_query->found_posts / 10),
    18491849        'current' => $_GET['paged']
    18501850));
     
    19541954        }
    19551955
    19561956        return '
    1957         <p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> &nbsp; &nbsp; <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p>
     1957        <p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> &#160; &#160; <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p>
    19581958        <table class="describe ' . $table_class . '"><tbody>
    19591959                <tr>
    19601960                        <th valign="top" scope="row" class="label" style="width:130px;">
     
    21002100<input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> />
    21012101<?php
    21022102        /* translators: %1$s is link start tag, %2$s is link end tag, %3$d is width, %4$d is height*/
    2103         printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d &times; %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
     2103        printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d &#215; %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
    21042104?>
    21052105</label></p>
    21062106<?php
  • wp-admin/includes/meta-boxes.php

     
    355355                                        <label class="screen-reader-text" for="new<?php echo $taxonomy; ?>_parent">
    356356                                                <?php echo $tax->labels->parent_item_colon; ?>
    357357                                        </label>
    358                                         <?php wp_dropdown_categories( array( 'taxonomy' => $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&mdash; ' . $tax->labels->parent_item . ' &mdash;', 'tab_index' => 3 ) ); ?>
     358                                        <?php wp_dropdown_categories( array( 'taxonomy' => $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&#8212; ' . $tax->labels->parent_item . ' &#8212;', 'tab_index' => 3 ) ); ?>
    359359                                        <input type="button" id="<?php echo $taxonomy; ?>-add-submit" class="add:<?php echo $taxonomy ?>checklist:<?php echo $taxonomy ?>-add button category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" tabindex="3" />
    360360                                        <?php wp_nonce_field( 'add-'.$taxonomy, '_ajax_nonce-add-'.$taxonomy, false ); ?>
    361361                                        <span id="<?php echo $taxonomy; ?>-ajax-response"></span>
     
    708708<fieldset><legend class="screen-reader-text"><span><?php _e('Target') ?></span></legend>
    709709<p><label for="link_target_blank" class="selectit">
    710710<input id="link_target_blank" type="radio" name="link_target" value="_blank" <?php echo ( isset( $link->link_target ) && ($link->link_target == '_blank') ? 'checked="checked"' : ''); ?> />
    711 <?php _e('<code>_blank</code> &mdash; new window or tab.'); ?></label></p>
     711<?php _e('<code>_blank</code> &#8212; new window or tab.'); ?></label></p>
    712712<p><label for="link_target_top" class="selectit">
    713713<input id="link_target_top" type="radio" name="link_target" value="_top" <?php echo ( isset( $link->link_target ) && ($link->link_target == '_top') ? 'checked="checked"' : ''); ?> />
    714 <?php _e('<code>_top</code> &mdash; current window or tab, with no frames.'); ?></label></p>
     714<?php _e('<code>_top</code> &#8212; current window or tab, with no frames.'); ?></label></p>
    715715<p><label for="link_target_none" class="selectit">
    716716<input id="link_target_none" type="radio" name="link_target" value="" <?php echo ( isset( $link->link_target ) && ($link->link_target == '') ? 'checked="checked"' : ''); ?> />
    717 <?php _e('<code>_none</code> &mdash; same window or tab.'); ?></label></p>
     717<?php _e('<code>_none</code> &#8212; same window or tab.'); ?></label></p>
    718718</fieldset>
    719719<p><?php _e('Choose the target frame for your link.'); ?></p>
    720720<?php
     
    776776                <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></th>
    777777                <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></span></legend>
    778778                        <label for="contact">
    779                         <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?>
     779                        <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?>
    780780                        </label>
    781781                        <label for="acquaintance">
    782                         <input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?>
     782                        <input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?>
    783783                        </label>
    784784                        <label for="friend">
    785                         <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?>
     785                        <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?>
    786786                        </label>
    787787                        <label for="friendship">
    788                         <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
     788                        <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
    789789                        </label>
    790790                </fieldset></td>
    791791        </tr>
     
    793793                <th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?> </th>
    794794                <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?></span></legend>
    795795                        <label for="met">
    796                         <input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check('physical', 'met'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?>
     796                        <input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check('physical', 'met'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?>
    797797                        </label>
    798798                </fieldset></td>
    799799        </tr>
     
    801801                <th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?> </th>
    802802                <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?></span></legend>
    803803                        <label for="co-worker">
    804                         <input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check('professional', 'co-worker'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?>
     804                        <input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check('professional', 'co-worker'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?>
    805805                        </label>
    806806                        <label for="colleague">
    807                         <input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check('professional', 'colleague'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?>
     807                        <input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check('professional', 'colleague'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?>
    808808                        </label>
    809809                </fieldset></td>
    810810        </tr>
     
    812812                <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?></th>
    813813                <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?> </span></legend>
    814814                        <label for="co-resident">
    815                         <input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check('geographical', 'co-resident'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?>
     815                        <input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check('geographical', 'co-resident'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?>
    816816                        </label>
    817817                        <label for="neighbor">
    818                         <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check('geographical', 'neighbor'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?>
     818                        <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check('geographical', 'neighbor'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?>
    819819                        </label>
    820820                        <label for="geographical">
    821                         <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check('geographical'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
     821                        <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check('geographical'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
    822822                        </label>
    823823                </fieldset></td>
    824824        </tr>
     
    826826                <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?></th>
    827827                <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?> </span></legend>
    828828                        <label for="child">
    829                         <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?>
     829                        <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?>
    830830                        </label>
    831831                        <label for="kin">
    832                         <input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check('family', 'kin'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?>
     832                        <input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check('family', 'kin'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?>
    833833                        </label>
    834834                        <label for="parent">
    835                         <input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check('family', 'parent'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?>
     835                        <input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check('family', 'parent'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?>
    836836                        </label>
    837837                        <label for="sibling">
    838                         <input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check('family', 'sibling'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?>
     838                        <input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check('family', 'sibling'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?>
    839839                        </label>
    840840                        <label for="spouse">
    841                         <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check('family', 'spouse'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?>
     841                        <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check('family', 'spouse'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?>
    842842                        </label>
    843843                        <label for="family">
    844                         <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check('family'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
     844                        <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check('family'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
    845845                        </label>
    846846                </fieldset></td>
    847847        </tr>
     
    849849                <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?></th>
    850850                <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?> </span></legend>
    851851                        <label for="muse">
    852                         <input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check('romantic', 'muse'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?>
     852                        <input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check('romantic', 'muse'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?>
    853853                        </label>
    854854                        <label for="crush">
    855                         <input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check('romantic', 'crush'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?>
     855                        <input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check('romantic', 'crush'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?>
    856856                        </label>
    857857                        <label for="date">
    858                         <input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check('romantic', 'date'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?>
     858                        <input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check('romantic', 'date'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?>
    859859                        </label>
    860860                        <label for="romantic">
    861                         <input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check('romantic', 'sweetheart'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?>
     861                        <input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check('romantic', 'sweetheart'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?>
    862862                        </label>
    863863                </fieldset></td>
    864864        </tr>
     
    900900                                        echo ' selected="selected"';
    901901                                echo('>' . $r . '</option>');
    902902                        }
    903                 ?></select>&nbsp;<?php _e('(Leave at 0 for no rating.)') ?>
     903                ?></select>&#160;<?php _e('(Leave at 0 for no rating.)') ?>
    904904                </td>
    905905        </tr>
    906906</table>
  • wp-admin/includes/misc.php

     
    570570        <table class="color-palette">
    571571        <tr>
    572572        <?php foreach ( $color_info->colors as $html_color ): ?>
    573         <td style="background-color: <?php echo $html_color ?>" title="<?php echo $color ?>">&nbsp;</td>
     573        <td style="background-color: <?php echo $html_color ?>" title="<?php echo $color ?>">&#160;</td>
    574574        <?php endforeach; ?>
    575575        </tr>
    576576        </table>
  • wp-admin/includes/nav-menu.php

     
    501501                                        <option<?php selected( isset( $menu_locations[ $location ] ) && $menu_locations[ $location ] == $menu->term_id ); ?>
    502502                                                value="<?php echo $menu->term_id; ?>"><?php
    503503                                                $truncated_name = wp_html_excerpt( $menu->name, 40 );
    504                                                 echo $truncated_name == $menu->name ? $menu->name : trim( $truncated_name ) . '&hellip;';
     504                                                echo $truncated_name == $menu->name ? $menu->name : trim( $truncated_name ) . '&#8230;';
    505505                                        ?></option>
    506506                                        <?php endforeach; ?>
    507507                                </select>
     
    623623                        )
    624624                ),
    625625                'format' => '',
    626                 'prev_text' => __('&laquo;'),
    627                 'next_text' => __('&raquo;'),
     626                'prev_text' => __('&#171;'),
     627                'next_text' => __('&#187;'),
    628628                'total' => $num_pages,
    629629                'current' => $pagenum
    630630        ));
     
    837837                        )
    838838                ),
    839839                'format' => '',
    840                 'prev_text' => __('&laquo;'),
    841                 'next_text' => __('&raquo;'),
     840                'prev_text' => __('&#171;'),
     841                'next_text' => __('&#187;'),
    842842                'total' => $num_pages,
    843843                'current' => $pagenum
    844844        ));
  • wp-admin/includes/post.php

     
    11021102
    11031103        if ( function_exists('mb_strlen') ) {
    11041104                if ( mb_strlen($post_name) > 30 ) {
    1105                         $post_name_abridged = mb_substr($post_name, 0, 14). '&hellip;' . mb_substr($post_name, -14);
     1105                        $post_name_abridged = mb_substr($post_name, 0, 14). '&#8230;' . mb_substr($post_name, -14);
    11061106                } else {
    11071107                        $post_name_abridged = $post_name;
    11081108                }
    11091109        } else {
    11101110                if ( strlen($post_name) > 30 ) {
    1111                         $post_name_abridged = substr($post_name, 0, 14). '&hellip;' . substr($post_name, -14);
     1111                        $post_name_abridged = substr($post_name, 0, 14). '&#8230;' . substr($post_name, -14);
    11121112                } else {
    11131113                        $post_name_abridged = $post_name;
    11141114                }
     
    11191119        $view_link = str_replace(array('%pagename%','%postname%'), $post_name, $permalink);
    11201120        $return =  '<strong>' . __('Permalink:') . "</strong>\n";
    11211121        $return .= '<span id="sample-permalink">' . $display_link . "</span>\n";
    1122         $return .= '&lrm;'; // Fix bi-directional text display defect in RTL languages.
     1122        $return .= '&#8206;'; // Fix bi-directional text display defect in RTL languages.
    11231123        $return .= '<span id="edit-slug-buttons"><a href="#post_name" class="edit-slug button hide-if-no-js" onclick="editPermalink(' . $id . '); return false;">' . __('Edit') . "</a></span>\n";
    11241124        $return .= '<span id="editable-post-name-full">' . $post_name . "</span>\n";
    11251125        if ( isset($view_post) )
  • wp-admin/includes/template.php

     
    535535<td id="newmetaleft" class="left">
    536536<?php if ( $keys ) { ?>
    537537<select id="metakeyselect" name="metakeyselect" tabindex="7">
    538 <option value="#NONE#"><?php _e( '&mdash; Select &mdash;' ); ?></option>
     538<option value="#NONE#"><?php _e( '&#8212; Select &#8212;' ); ?></option>
    539539<?php
    540540
    541541        foreach ( $keys as $key ) {
     
    681681                                        continue;
    682682                                }
    683683                        }
    684                         $pad = str_repeat( '&nbsp;', $level * 3 );
     684                        $pad = str_repeat( '&#160;', $level * 3 );
    685685                        if ( $item->ID == $default)
    686686                                $current = ' selected="selected"';
    687687                        else
     
    13961396
    13971397        _wp_admin_html_begin();
    13981398?>
    1399 <title><?php bloginfo('name') ?> &rsaquo; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>
     1399<title><?php bloginfo('name') ?> &#8250; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>
    14001400<?php
    14011401wp_enqueue_style( 'colors' );
    14021402?>
  • wp-admin/includes/user.php

     
    350350        echo '<div class="error default-password-nag">';
    351351        echo '<p>';
    352352        echo '<strong>' . __('Notice:') . '</strong> ';
    353         _e('You&rsquo;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
     353        _e('You&#8217;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
    354354        echo '</p><p>';
    355355        printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' );
    356356        printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
  • wp-admin/install.php

     
    5757<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    5858<head>
    5959        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    60         <title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
     60        <title><?php _e( 'WordPress &#8250; Installation' ); ?></title>
    6161        <?php wp_admin_css( 'install', true ); ?>
    6262</head>
    6363<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
  • wp-admin/maint/repair.php

     
    1515<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    1616<head>
    1717        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    18         <title><?php _e( 'WordPress &rsaquo; Database Repair' ); ?></title>
     18        <title><?php _e( 'WordPress &#8250; Database Repair' ); ?></title>
    1919        <?php wp_admin_css( 'install', true ); ?>
    2020</head>
    2121<body>
     
    4848                        printf( __( 'The %s table is okay.' ), "<code>$table</code>" );
    4949                } else {
    5050                        /* translators: 1: table name, 2: error message, */
    51                         printf( __( 'The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table&hellip;' ) , "<code>$table</code>", "<code>$check->Msg_text</code>" );
     51                        printf( __( 'The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table&#8230;' ) , "<code>$table</code>", "<code>$check->Msg_text</code>" );
    5252
    5353                        $repair = $wpdb->get_row( "REPAIR TABLE $table" );
    5454
    55                         echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
     55                        echo '<br />&#160;&#160;&#160;&#160;';
    5656                        if ( 'OK' == $check->Msg_text ) {
    5757                                /* translators: %s: table name */
    5858                                printf( __( 'Successfully repaired the %s table.' ), "<code>$table</code>" );
     
    6767                if ( $okay && $optimize ) {
    6868                        $check = $wpdb->get_row( "ANALYZE TABLE $table" );
    6969
    70                         echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
     70                        echo '<br />&#160;&#160;&#160;&#160;';
    7171                        if ( 'Table is already up to date' == $check->Msg_text )  {
    7272                                /* translators: %s: table name */
    7373                                printf( __( 'The %s table is already optimized.' ), "<code>$table</code>" );
    7474                        } else {
    7575                                $check = $wpdb->get_row( "OPTIMIZE TABLE $table" );
    7676
    77                                 echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
     77                                echo '<br />&#160;&#160;&#160;&#160;';
    7878                                if ( 'OK' == $check->Msg_text || 'Table is already up to date' == $check->Msg_text ) {
    7979                                        /* translators: %s: table name */
    8080                                        printf( __( 'Successfully optimized the %s table.' ), "<code>$table</code>" );
  • wp-admin/nav-menus.php

     
    418418foreach( (array) $nav_menus as $key => $_nav_menu ) {
    419419        $_nav_menu->truncated_name = trim( wp_html_excerpt( $_nav_menu->name, 40 ) );
    420420        if ( $_nav_menu->truncated_name != $_nav_menu->name )
    421                 $_nav_menu->truncated_name .= '&hellip;';
     421                $_nav_menu->truncated_name .= '&#8230;';
    422422
    423423        $nav_menus[$key]->truncated_name = $_nav_menu->truncated_name;
    424424}
  • wp-admin/network/settings.php

     
    171171                        <tr valign="top" id="addnewusers">
    172172                                <th scope="row"><?php _e( 'Add New Users' ) ?></th>
    173173                                <td>
    174                                         <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &rarr; Add New" page.' ); ?></label>
     174                                        <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &#8594; Add New" page.' ); ?></label>
    175175                                </td>
    176176                        </tr>
    177177
  • wp-admin/network/sites.php

     
    210210                        <!DOCTYPE html>
    211211                        <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    212212                                <head>
    213                                         <title><?php _e( 'WordPress &rsaquo; Confirm your action' ); ?></title>
     213                                        <title><?php _e( 'WordPress &#8250; Confirm your action' ); ?></title>
    214214
    215215                                        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    216216                                        <?php
  • wp-admin/options-privacy.php

     
    4646<label for="blog-public"><?php _e( 'Allow search engines to index this site.' );?></label><br/>
    4747<input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> />
    4848<label for="blog-norobots"><?php _e( 'Ask search engines not to index this site.' ); ?></label>
    49 <p class="description"><?php _e( 'Note: Neither of these options blocks access to your site &mdash; it is up to search engines to honor your request.' ); ?></p>
     49<p class="description"><?php _e( 'Note: Neither of these options blocks access to your site &#8212; it is up to search engines to honor your request.' ); ?></p>
    5050<?php do_action('blog_privacy_selector'); ?>
    5151</fieldset></td>
    5252</tr>
  • wp-admin/options-reading.php

     
    9393        </label>
    9494        </p>
    9595<ul>
    96         <li><label for="page_on_front"><?php printf( __( 'Front page: %s' ), wp_dropdown_pages( array( 'name' => 'page_on_front', 'echo' => 0, 'show_option_none' => __( '&mdash; Select &mdash;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_on_front' ) ) ) ); ?></label></li>
    97         <li><label for="page_for_posts"><?php printf( __( 'Posts page: %s' ), wp_dropdown_pages( array( 'name' => 'page_for_posts', 'echo' => 0, 'show_option_none' => __( '&mdash; Select &mdash;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_for_posts' ) ) ) ); ?></label></li>
     96        <li><label for="page_on_front"><?php printf( __( 'Front page: %s' ), wp_dropdown_pages( array( 'name' => 'page_on_front', 'echo' => 0, 'show_option_none' => __( '&#8212; Select &#8212;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_on_front' ) ) ) ); ?></label></li>
     97        <li><label for="page_for_posts"><?php printf( __( 'Posts page: %s' ), wp_dropdown_pages( array( 'name' => 'page_for_posts', 'echo' => 0, 'show_option_none' => __( '&#8212; Select &#8212;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_for_posts' ) ) ) ); ?></label></li>
    9898</ul>
    9999<?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?>
    100100<div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
  • wp-admin/plugin-editor.php

     
    140140
    141141                if ( !empty($functions) ) {
    142142                        $docs_select = '<select name="docs-list" id="docs-list">';
    143                         $docs_select .= '<option value="">' . __( 'Function Name&hellip;' ) . '</option>';
     143                        $docs_select .= '<option value="">' . __( 'Function Name&#8230;' ) . '</option>';
    144144                        foreach ( $functions as $function) {
    145145                                $docs_select .= '<option value="' . esc_attr( $function ) . '">' . esc_html( $function ) . '()</option>';
    146146                        }
  • wp-admin/press-this.php

     
    527527                                                                <label class="screen-reader-text" for="newcategory_parent">
    528528                                                                        <?php echo $tax->labels->parent_item_colon; ?>
    529529                                                                </label>
    530                                                                 <?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&mdash; ' . $tax->labels->parent_item . ' &mdash;', 'tab_index' => 3 ) ); ?>
     530                                                                <?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&#8212; ' . $tax->labels->parent_item . ' &#8212;', 'tab_index' => 3 ) ); ?>
    531531                                                                <input type="button" id="category-add-submit" class="add:categorychecklist:category-add button category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" tabindex="3" />
    532532                                                                <?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?>
    533533                                                                <span id="category-ajax-response"></span>
  • wp-admin/setup-config.php

     
    9292<html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>>
    9393<head>
    9494<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    95 <title><?php _e( 'WordPress &rsaquo; Setup Configuration File' ); ?></title>
     95<title><?php _e( 'WordPress &#8250; Setup Configuration File' ); ?></title>
    9696<link rel="stylesheet" href="css/install.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" />
    9797
    9898</head>
     
    115115        <li><?php _e( 'Table prefix (if you want to run more than one WordPress in a single database)' ); ?></li>
    116116</ol>
    117117<p><strong><?php _e( "If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong></p>
    118 <p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
     118<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&#8230;" ); ?></p>
    119119
    120120<p class="step"><a href="setup-config.php?step=1<?php if ( isset( $_GET['noapi'] ) ) echo '&amp;noapi'; ?>" class="button"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
    121121<?php
     
    140140                <tr>
    141141                        <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
    142142                        <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>
    143                         <td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
     143                        <td><?php _e( '&#8230;and your MySQL password.' ); ?></td>
    144144                </tr>
    145145                <tr>
    146146                        <th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th>
     
    272272                chmod(ABSPATH . 'wp-config.php', 0666);
    273273                display_header();
    274274?>
    275 <p><?php _e( "All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;" ); ?></p>
     275<p><?php _e( "All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&#8230;" ); ?></p>
    276276
    277277<p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p>
    278278<?php
  • wp-admin/themes.php

     
    6969if ( current_user_can( 'edit_theme_options' ) ) {
    7070        $help_customize =
    7171                '<p>' . __('Click on the "Live Preview" link under any theme to preview that theme and change theme options in a separate, full-screen view. Any installed theme can be previewed and customized in this way.') . '</p>'.
    72                 '<p>' . __('The theme being previewed is fully interactive &mdash; navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' .
     72                '<p>' . __('The theme being previewed is fully interactive &#8212; navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' .
    7373                '<p>' . __('In the left-hand pane you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the "Save &amp; Activate" button at the top of the left-hand pane.') . '</p>' .
    7474                '<p>' . __('When previewing on smaller monitors, you can use the "Collapse" icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the Collapse icon again.') . '</p>';
    7575
     
    251251
    252252        <div class="feature-container">
    253253                <?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'id' => 'filter-submit' ) ); ?>
    254                 &nbsp;
     254                &#160;
    255255                <a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a>
    256256        </div>
    257257        <br/>
  • wp-admin/update-core.php

     
    2626        static $first_pass = true;
    2727
    2828        $version_string = ('en_US' == $update->locale && 'en_US' == get_locale() ) ?
    29                         $update->current : sprintf("%s&ndash;<strong>%s</strong>", $update->current, $update->locale);
     29                        $update->current : sprintf("%s&#8211;<strong>%s</strong>", $update->current, $update->locale);
    3030        $current = false;
    3131        if ( !isset($update->response) || 'latest' == $update->response )
    3232                $current = true;
     
    7979                } else {
    8080                        submit_button( $submit, 'button', 'upgrade', false );
    8181                }
    82                 echo '&nbsp;<a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a>&nbsp;';
     82                echo '&#160;<a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a>&#160;';
    8383        }
    8484        if ( 'en_US' != $update->locale )
    8585                if ( !isset( $update->dismissed ) || !$update->dismissed )
     
    151151        echo '<p>';
    152152        /* translators: %1 date, %2 time. */
    153153        printf( __('Last checked on %1$s at %2$s.'), date_i18n( get_option( 'date_format' ) ), date_i18n( get_option( 'time_format' ) ) );
    154         echo ' &nbsp; <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>';
     154        echo ' &#160; <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>';
    155155        echo '</p>';
    156156
    157157        if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) {
  • wp-admin/upgrade.php

     
    4949<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    5050<head>
    5151        <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
    52         <title><?php _e( 'WordPress &rsaquo; Update' ); ?></title>
     52        <title><?php _e( 'WordPress &#8250; Update' ); ?></title>
    5353        <?php
    5454        wp_admin_css( 'install', true );
    5555        wp_admin_css( 'ie', true );
  • wp-admin/user-edit.php

     
    166166        <p><strong><?php _e('User updated.') ?></strong></p>
    167167        <?php endif; ?>
    168168        <?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?>
    169         <p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Users'); ?></a></p>
     169        <p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&#8592; Back to Users'); ?></a></p>
    170170        <?php endif; ?>
    171171</div>
    172172<?php endif; ?>
     
    258258
    259259// print the 'no role' option. Make it selected if the user has no role yet.
    260260if ( $user_role )
    261         echo '<option value="">' . __('&mdash; No role for this site &mdash;') . '</option>';
     261        echo '<option value="">' . __('&#8212; No role for this site &#8212;') . '</option>';
    262262else
    263         echo '<option value="" selected="selected">' . __('&mdash; No role for this site &mdash;') . '</option>';
     263        echo '<option value="" selected="selected">' . __('&#8212; No role for this site &#8212;') . '</option>';
    264264?>
    265265</select></td></tr>
    266266<?php endif; //!IS_PROFILE_PAGE
  • wp-admin/widgets.php

     
    259259        foreach ( $wp_registered_sidebars as $sbname => $sbvalue ) {
    260260                echo "\t\t<tr><td><label><input type='radio' name='sidebar' value='" . esc_attr($sbname) . "'" . checked( $sbname, $sidebar, false ) . " /> $sbvalue[name]</label></td><td>";
    261261                if ( 'wp_inactive_widgets' == $sbname || 'orphaned_widgets' == substr( $sbname, 0, 16 ) ) {
    262                         echo '&nbsp;';
     262                        echo '&#160;';
    263263                } else {
    264264                        if ( !isset($sidebars_widgets[$sbname]) || !is_array($sidebars_widgets[$sbname]) ) {
    265265                                $j = 1;
     
    271271                        }
    272272                        $selected = '';
    273273                        echo "\t\t<select name='{$sbname}_position'>\n";
    274                         echo "\t\t<option value=''>" . __('&mdash; Select &mdash;') . "</option>\n";
     274                        echo "\t\t<option value=''>" . __('&#8212; Select &#8212;') . "</option>\n";
    275275                        for ( $i = 1; $i <= $j; $i++ ) {
    276276                                if ( in_array($widget_id, $sidebars_widgets[$sbname], true) )
    277277                                        $selected = selected( $i, $key + 1, false );
  • wp-content/themes/twentyeleven/404.php

     
    1414
    1515                        <article id="post-0" class="post error404 not-found">
    1616                                <header class="entry-header">
    17                                         <h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
     17                                        <h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&#8217;t it?', 'twentyeleven' ); ?></h1>
    1818                                </header>
    1919
    2020                                <div class="entry-content">
    21                                         <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
     21                                        <p><?php _e( 'It seems we can&#8217;t find what you&#8217;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
    2222
    2323                                        <?php get_search_form(); ?>
    2424
  • wp-content/themes/twentyeleven/comments.php

     
    3030        <?php if ( have_comments() ) : ?>
    3131                <h2 id="comments-title">
    3232                        <?php
    33                                 printf( _n( 'One thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), 'twentyeleven' ),
     33                                printf( _n( 'One thought on &#8220;%2$s&#8221;', '%1$s thoughts on &#8220;%2$s&#8221;', get_comments_number(), 'twentyeleven' ),
    3434                                        number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
    3535                        ?>
    3636                </h2>
     
    3838                <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    3939                <nav id="comment-nav-above">
    4040                        <h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
    41                         <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
    42                         <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
     41                        <div class="nav-previous"><?php previous_comments_link( __( '&#8592; Older Comments', 'twentyeleven' ) ); ?></div>
     42                        <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &#8594;', 'twentyeleven' ) ); ?></div>
    4343                </nav>
    4444                <?php endif; // check for comment navigation ?>
    4545
     
    5858                <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    5959                <nav id="comment-nav-below">
    6060                        <h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
    61                         <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
    62                         <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
     61                        <div class="nav-previous"><?php previous_comments_link( __( '&#8592; Older Comments', 'twentyeleven' ) ); ?></div>
     62                        <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &#8594;', 'twentyeleven' ) ); ?></div>
    6363                </nav>
    6464                <?php endif; // check for comment navigation ?>
    6565
  • wp-content/themes/twentyeleven/content-aside.php

     
    3030                </div><!-- .entry-summary -->
    3131                <?php else : ?>
    3232                <div class="entry-content">
    33                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     33                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    3434                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    3535                </div><!-- .entry-content -->
    3636                <?php endif; ?>
  • wp-content/themes/twentyeleven/content-gallery.php

     
    2929                <?php else : ?>
    3030                <div class="entry-content">
    3131                        <?php if ( post_password_required() ) : ?>
    32                                 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     32                                <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    3333
    3434                        <?php else : ?>
    3535                                <?php
  • wp-content/themes/twentyeleven/content-image.php

     
    2424                </header><!-- .entry-header -->
    2525
    2626                <div class="entry-content">
    27                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     27                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    2828                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    2929                </div><!-- .entry-content -->
    3030
  • wp-content/themes/twentyeleven/content-link.php

     
    3030                </div><!-- .entry-summary -->
    3131                <?php else : ?>
    3232                <div class="entry-content">
    33                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     33                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    3434                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    3535                </div><!-- .entry-content -->
    3636                <?php endif; ?>
  • wp-content/themes/twentyeleven/content-quote.php

     
    3232                </div><!-- .entry-summary -->
    3333                <?php else : ?>
    3434                <div class="entry-content">
    35                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     35                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    3636                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    3737                </div><!-- .entry-content -->
    3838                <?php endif; ?>
  • wp-content/themes/twentyeleven/content-single.php

     
    6161                                <?php the_author_meta( 'description' ); ?>
    6262                                <div id="author-link">
    6363                                        <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
    64                                                 <?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyeleven' ), get_the_author() ); ?>
     64                                                <?php printf( __( 'View all posts by %s <span class="meta-nav">&#8594;</span>', 'twentyeleven' ), get_the_author() ); ?>
    6565                                        </a>
    6666                                </div><!-- #author-link -->
    6767                        </div><!-- #author-description -->
  • wp-content/themes/twentyeleven/content-status.php

     
    3131                <div class="entry-content">
    3232                        <div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div>
    3333
    34                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     34                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    3535                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    3636                </div><!-- .entry-content -->
    3737                <?php endif; ?>
  • wp-content/themes/twentyeleven/content.php

     
    3838                </div><!-- .entry-summary -->
    3939                <?php else : ?>
    4040                <div class="entry-content">
    41                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     41                        <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
    4242                        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    4343                </div><!-- .entry-content -->
    4444                <?php endif; ?>
  • wp-content/themes/twentyeleven/functions.php

     
    341341 * Returns a "Continue Reading" link for excerpts
    342342 */
    343343function twentyeleven_continue_reading_link() {
    344         return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) . '</a>';
     344        return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) . '</a>';
    345345}
    346346
    347347/**
     
    351351 * function tied to the excerpt_more filter hook.
    352352 */
    353353function twentyeleven_auto_excerpt_more( $more ) {
    354         return ' &hellip;' . twentyeleven_continue_reading_link();
     354        return ' &#8230;' . twentyeleven_continue_reading_link();
    355355}
    356356add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' );
    357357
     
    448448        if ( $wp_query->max_num_pages > 1 ) : ?>
    449449                <nav id="<?php echo $nav_id; ?>">
    450450                        <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
    451                         <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyeleven' ) ); ?></div>
    452                         <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></div>
     451                        <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyeleven' ) ); ?></div>
     452                        <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?></div>
    453453                </nav><!-- #nav-above -->
    454454        <?php endif;
    455455}
     
    560560                        <div class="comment-content"><?php comment_text(); ?></div>
    561561
    562562                        <div class="reply">
    563                                 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&darr;</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
     563                                <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&#8595;</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    564564                        </div><!-- .reply -->
    565565                </article><!-- #comment-## -->
    566566
  • wp-content/themes/twentyeleven/image.php

     
    1616
    1717                                <nav id="nav-single">
    1818                                        <h3 class="assistive-text"><?php _e( 'Image navigation', 'twentyeleven' ); ?></h3>
    19                                         <span class="nav-previous"><?php previous_image_link( false, __( '&larr; Previous' , 'twentyeleven' ) ); ?></span>
    20                                         <span class="nav-next"><?php next_image_link( false, __( 'Next &rarr;' , 'twentyeleven' ) ); ?></span>
     19                                        <span class="nav-previous"><?php previous_image_link( false, __( '&#8592; Previous' , 'twentyeleven' ) ); ?></span>
     20                                        <span class="nav-next"><?php next_image_link( false, __( 'Next &#8594;' , 'twentyeleven' ) ); ?></span>
    2121                                </nav><!-- #nav-single -->
    2222
    2323                                        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
     
    2727                                                        <div class="entry-meta">
    2828                                                                <?php
    2929                                                                        $metadata = wp_get_attachment_metadata();
    30                                                                         printf( __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
     30                                                                        printf( __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &#215; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
    3131                                                                                esc_attr( get_the_time() ),
    3232                                                                                get_the_date(),
    3333                                                                                esc_url( wp_get_attachment_url() ),
  • wp-content/themes/twentyeleven/inc/widgets.php

     
    8888                                <li class="widget-entry-title">
    8989                                        <a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
    9090                                        <span class="comments-link">
    91                                                 <?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
     91                                                <?php comments_popup_link( __( '0 <span class="reply">comments &#8594;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &#8594;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &#8594;</span>', 'twentyeleven' ) ); ?>
    9292                                        </span>
    9393                                </li>
    9494
     
    102102                                                if ( empty( $link_url ) )
    103103                                                        $link_url = get_permalink();
    104104                                        ?>
    105                                         <a href="<?php echo esc_url( $link_url ); ?>" title="<?php printf( esc_attr__( 'Link to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?>&nbsp;<span>&rarr;</span></a>
     105                                        <a href="<?php echo esc_url( $link_url ); ?>" title="<?php printf( esc_attr__( 'Link to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?>&#160;<span>&#8594;</span></a>
    106106                                        <span class="comments-link">
    107                                                 <?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
     107                                                <?php comments_popup_link( __( '0 <span class="reply">comments &#8594;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &#8594;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &#8594;</span>', 'twentyeleven' ) ); ?>
    108108                                        </span>
    109109                                </li>
    110110
  • wp-content/themes/twentyeleven/single.php

     
    1616
    1717                                        <nav id="nav-single">
    1818                                                <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
    19                                                 <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
    20                                                 <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
     19                                                <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&#8592;</span> Previous', 'twentyeleven' ) ); ?></span>
     20                                                <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?></span>
    2121                                        </nav><!-- #nav-single -->
    2222
    2323                                        <?php get_template_part( 'content', 'single' ); ?>
  • wp-content/themes/twentyten/comments.php

     
    3838
    3939<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    4040                        <div class="navigation">
    41                                 <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'twentyten' ) ); ?></div>
    42                                 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
     41                                <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&#8592;</span> Older Comments', 'twentyten' ) ); ?></div>
     42                                <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
    4343                        </div> <!-- .navigation -->
    4444<?php endif; // check for comment navigation ?>
    4545
     
    5757
    5858<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    5959                        <div class="navigation">
    60                                 <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'twentyten' ) ); ?></div>
    61                                 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
     60                                <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&#8592;</span> Older Comments', 'twentyten' ) ); ?></div>
     61                                <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
    6262                        </div><!-- .navigation -->
    6363<?php endif; // check for comment navigation ?>
    6464
  • wp-content/themes/twentyten/functions.php

     
    250250 * @return string "Continue Reading" link
    251251 */
    252252function twentyten_continue_reading_link() {
    253         return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) . '</a>';
     253        return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) . '</a>';
    254254}
    255255
    256256/**
     
    263263 * @return string An ellipsis
    264264 */
    265265function twentyten_auto_excerpt_more( $more ) {
    266         return ' &hellip;' . twentyten_continue_reading_link();
     266        return ' &#8230;' . twentyten_continue_reading_link();
    267267}
    268268add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
    269269
  • wp-content/themes/twentyten/loop-attachment.php

     
    2020                                <?php if ( ! empty( $post->post_parent ) ) : ?>
    2121                                        <p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php echo esc_attr( sprintf( __( 'Return to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ) ); ?>" rel="gallery"><?php
    2222                                                /* translators: %s - title of parent post */
    23                                                 printf( __( '<span class="meta-nav">&larr;</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
     23                                                printf( __( '<span class="meta-nav">&#8592;</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
    2424                                        ?></a></p>
    2525                                <?php endif; ?>
    2626
     
    5151                                                                echo ' <span class="meta-sep">|</span> ';
    5252                                                                $metadata = wp_get_attachment_metadata();
    5353                                                                printf( __( 'Full size is %s pixels', 'twentyten' ),
    54                                                                         sprintf( '<a href="%1$s" title="%2$s">%3$s &times; %4$s</a>',
     54                                                                        sprintf( '<a href="%1$s" title="%2$s">%3$s &#215; %4$s</a>',
    5555                                                                                wp_get_attachment_url(),
    5656                                                                                esc_attr( __( 'Link to full-size image', 'twentyten' ) ),
    5757                                                                                $metadata['width'],
     
    101101                                                </div><!-- .entry-attachment -->
    102102                                                <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
    103103
    104 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
     104<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
    105105<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    106106
    107107                                        </div><!-- .entry-content -->
  • wp-content/themes/twentyten/loop-single.php

     
    1818<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    1919
    2020                                <div id="nav-above" class="navigation">
    21                                         <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
    22                                         <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
     21                                        <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&#8592;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
     22                                        <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&#8594;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
    2323                                </div><!-- #nav-above -->
    2424
    2525                                <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
     
    4444                                                        <?php the_author_meta( 'description' ); ?>
    4545                                                        <div id="author-link">
    4646                                                                <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" rel="author">
    47                                                                         <?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
     47                                                                        <?php printf( __( 'View all posts by %s <span class="meta-nav">&#8594;</span>', 'twentyten' ), get_the_author() ); ?>
    4848                                                                </a>
    4949                                                        </div><!-- #author-link -->
    5050                                                </div><!-- #author-description -->
     
    5858                                </div><!-- #post-## -->
    5959
    6060                                <div id="nav-below" class="navigation">
    61                                         <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
    62                                         <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
     61                                        <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&#8592;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
     62                                        <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&#8594;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
    6363                                </div><!-- #nav-below -->
    6464
    6565                                <?php comments_template( '', true ); ?>
  • wp-content/themes/twentyten/loop.php

     
    2222<?php /* Display navigation to next/previous pages when applicable */ ?>
    2323<?php if ( $wp_query->max_num_pages > 1 ) : ?>
    2424        <div id="nav-above" class="navigation">
    25                 <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    26                 <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
     25                <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyten' ) ); ?></div>
     26                <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
    2727        </div><!-- #nav-above -->
    2828<?php endif; ?>
    2929
     
    112112                        </div><!-- .entry-summary -->
    113113                <?php else : ?>
    114114                        <div class="entry-content">
    115                                 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
     115                                <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
    116116                        </div><!-- .entry-content -->
    117117                <?php endif; ?>
    118118
     
    140140                        </div><!-- .entry-summary -->
    141141        <?php else : ?>
    142142                        <div class="entry-content">
    143                                 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
     143                                <?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
    144144                                <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    145145                        </div><!-- .entry-content -->
    146146        <?php endif; ?>
     
    175175<?php /* Display navigation to next/previous pages when applicable */ ?>
    176176<?php if (  $wp_query->max_num_pages > 1 ) : ?>
    177177                                <div id="nav-below" class="navigation">
    178                                         <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    179                                         <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
     178                                        <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyten' ) ); ?></div>
     179                                        <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
    180180                                </div><!-- #nav-below -->
    181181<?php endif; ?>
  • wp-includes/admin-bar.php

     
    229229
    230230        $title = wp_html_excerpt( $blogname, 40 );
    231231        if ( $title != $blogname )
    232                 $title = trim( $title ) . '&hellip;';
     232                $title = trim( $title ) . '&#8230;';
    233233
    234234        $wp_admin_bar->add_menu( array(
    235235                'id'    => 'site-name',
  • wp-includes/category-template.php

     
    934934         * @param array $args Uses 'selected' and 'show_count' keys, if they exist.
    935935         */
    936936        function start_el( &$output, $category, $depth, $args, $id = 0 ) {
    937                 $pad = str_repeat('&nbsp;', $depth * 3);
     937                $pad = str_repeat('&#160;', $depth * 3);
    938938
    939939                $cat_name = apply_filters('list_cats', $category->name, $category);
    940940                $output .= "\t<option class=\"level-$depth\" value=\"".$category->term_id."\"";
     
    943943                $output .= '>';
    944944                $output .= $pad.$cat_name;
    945945                if ( $args['show_count'] )
    946                         $output .= '&nbsp;&nbsp;('. $category->count .')';
     946                        $output .= '&#160;&#160;('. $category->count .')';
    947947                $output .= "</option>\n";
    948948        }
    949949}
  • wp-includes/class-snoopy.php

     
    701701                                                "'&A(uml|UML);'",
    702702                                                "'&O(uml|UML);'",
    703703                                                "'&U(uml|UML);'",
    704                                                 "'&szlig;'i",
     704                                                "'&#223;'i",
    705705                                                );
    706706                $replace = array(       "",
    707707                                                        "",
  • wp-includes/class-wp-customize-control.php

     
    219219                                        array(
    220220                                                'name'              => '_customize-dropdown-pages-' . $this->id,
    221221                                                'echo'              => 0,
    222                                                 'show_option_none'  => __( '&mdash; Select &mdash;' ),
     222                                                'show_option_none'  => __( '&#8212; Select &#8212;' ),
    223223                                                'option_none_value' => '0',
    224224                                                'selected'          => $this->value(),
    225225                                        )
  • wp-includes/class-wp-customize-manager.php

     
    867867                ) );
    868868
    869869                if ( $menus ) {
    870                         $choices = array( 0 => __( '&mdash; Select &mdash;' ) );
     870                        $choices = array( 0 => __( '&#8212; Select &#8212;' ) );
    871871                        foreach ( $menus as $menu ) {
    872872                                $truncated_name = wp_html_excerpt( $menu->name, 40 );
    873                                 $truncated_name = ( $truncated_name == $menu->name ) ? $menu->name : trim( $truncated_name ) . '&hellip;';
     873                                $truncated_name = ( $truncated_name == $menu->name ) ? $menu->name : trim( $truncated_name ) . '&#8230;';
    874874                                $choices[ $menu->term_id ] = $truncated_name;
    875875                        }
    876876
  • wp-includes/comment-template.php

     
    13641364                <div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">
    13651365                        <?php
    13661366                                /* translators: 1: date, 2: time */
    1367                                 printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),'&nbsp;&nbsp;','' );
     1367                                printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),'&#160;&#160;','' );
    13681368                        ?>
    13691369                </div>
    13701370
  • wp-includes/default-widgets.php

     
    355355
    356356        function widget( $args, $instance ) {
    357357                extract($args);
    358                 $title = apply_filters('widget_title', empty($instance['title']) ? '&nbsp;' : $instance['title'], $instance, $this->id_base);
     358                $title = apply_filters('widget_title', empty($instance['title']) ? '&#160;' : $instance['title'], $instance, $this->id_base);
    359359                echo $before_widget;
    360360                if ( $title )
    361361                        echo $before_title . $title . $after_title;
     
    427427
    428428                <textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id('text'); ?>" name="<?php echo $this->get_field_name('text'); ?>"><?php echo $text; ?></textarea>
    429429
    430                 <p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked(isset($instance['filter']) ? $instance['filter'] : 0); ?> />&nbsp;<label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p>
     430                <p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked(isset($instance['filter']) ? $instance['filter'] : 0); ?> />&#160;<label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p>
    431431<?php
    432432        }
    433433}
     
    848848                $desc = str_replace( array("\n", "\r"), ' ', esc_attr( strip_tags( @html_entity_decode( $item->get_description(), ENT_QUOTES, get_option('blog_charset') ) ) ) );
    849849                $desc = wp_html_excerpt( $desc, 360 );
    850850
    851                 // Append ellipsis. Change existing [...] to [&hellip;].
     851                // Append ellipsis. Change existing [...] to [&#8230;].
    852852                if ( '[...]' == substr( $desc, -5 ) )
    853                         $desc = substr( $desc, 0, -5 ) . '[&hellip;]';
    854                 elseif ( '[&hellip;]' != substr( $desc, -10 ) )
    855                         $desc .= ' [&hellip;]';
     853                        $desc = substr( $desc, 0, -5 ) . '[&#8230;]';
     854                elseif ( '[&#8230;]' != substr( $desc, -10 ) )
     855                        $desc .= ' [&#8230;]';
    856856
    857857                $desc = esc_html( $desc );
    858858
  • wp-includes/functions.php

     
    20232023        }
    20242024
    20252025        if ( isset( $r['back_link'] ) && $r['back_link'] ) {
    2026                 $back_text = $have_gettext? __('&laquo; Back') : '&laquo; Back';
     2026                $back_text = $have_gettext? __('&#171; Back') : '&#171; Back';
    20272027                $message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>";
    20282028        }
    20292029
     
    20352035                }
    20362036
    20372037                if ( empty($title) )
    2038                         $title = $have_gettext ? __('WordPress &rsaquo; Error') : 'WordPress &rsaquo; Error';
     2038                        $title = $have_gettext ? __('WordPress &#8250; Error') : 'WordPress &#8250; Error';
    20392039
    20402040                $text_direction = 'ltr';
    20412041                if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] )
  • wp-includes/general-template.php

     
    520520 *
    521521 * @since 1.0.0
    522522 *
    523  * @param string $sep Optional, default is '&raquo;'. How to separate the various items within the page title.
     523 * @param string $sep Optional, default is '&#187;'. How to separate the various items within the page title.
    524524 * @param bool $display Optional, default is true. Whether to display or retrieve title.
    525525 * @param string $seplocation Optional. Direction to display title, 'right'.
    526526 * @return string|null String on retrieve, null when displaying.
    527527 */
    528 function wp_title($sep = '&raquo;', $display = true, $seplocation = '') {
     528function wp_title($sep = '&#187;', $display = true, $seplocation = '') {
    529529        global $wpdb, $wp_locale;
    530530
    531531        $m = get_query_var('m');
     
    938938                                /* translators: 1: month name, 2: 4-digit year */
    939939                                $text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month), $arcresult->year);
    940940                                if ( $show_post_count )
    941                                         $after = '&nbsp;('.$arcresult->posts.')' . $afterafter;
     941                                        $after = '&#160;('.$arcresult->posts.')' . $afterafter;
    942942                                $output .= get_archives_link($url, $text, $format, $before, $after);
    943943                        }
    944944                }
     
    959959                                $url = get_year_link($arcresult->year);
    960960                                $text = sprintf('%d', $arcresult->year);
    961961                                if ($show_post_count)
    962                                         $after = '&nbsp;('.$arcresult->posts.')' . $afterafter;
     962                                        $after = '&#160;('.$arcresult->posts.')' . $afterafter;
    963963                                $output .= get_archives_link($url, $text, $format, $before, $after);
    964964                        }
    965965                }
     
    981981                                $date = sprintf('%1$d-%2$02d-%3$02d 00:00:00', $arcresult->year, $arcresult->month, $arcresult->dayofmonth);
    982982                                $text = mysql2date($archive_day_date_format, $date);
    983983                                if ($show_post_count)
    984                                         $after = '&nbsp;('.$arcresult->posts.')'.$afterafter;
     984                                        $after = '&#160;('.$arcresult->posts.')'.$afterafter;
    985985                                $output .= get_archives_link($url, $text, $format, $before, $after);
    986986                        }
    987987                }
     
    10101010                                                $url  = sprintf('%1$s/%2$s%3$sm%4$s%5$s%6$sw%7$s%8$d', home_url(), '', '?', '=', $arc_year, '&amp;', '=', $arcresult->week);
    10111011                                                $text = $arc_week_start . $archive_week_separator . $arc_week_end;
    10121012                                                if ($show_post_count)
    1013                                                         $after = '&nbsp;('.$arcresult->posts.')'.$afterafter;
     1013                                                        $after = '&#160;('.$arcresult->posts.')'.$afterafter;
    10141014                                                $output .= get_archives_link($url, $text, $format, $before, $after);
    10151015                                        }
    10161016                                }
     
    11701170        <tr>';
    11711171
    11721172        if ( $previous ) {
    1173                 $calendar_output .= "\n\t\t".'<td colspan="3" id="prev"><a href="' . get_month_link($previous->year, $previous->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($previous->month), date('Y', mktime(0, 0 , 0, $previous->month, 1, $previous->year)))) . '">&laquo; ' . $wp_locale->get_month_abbrev($wp_locale->get_month($previous->month)) . '</a></td>';
     1173                $calendar_output .= "\n\t\t".'<td colspan="3" id="prev"><a href="' . get_month_link($previous->year, $previous->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($previous->month), date('Y', mktime(0, 0 , 0, $previous->month, 1, $previous->year)))) . '">&#171; ' . $wp_locale->get_month_abbrev($wp_locale->get_month($previous->month)) . '</a></td>';
    11741174        } else {
    1175                 $calendar_output .= "\n\t\t".'<td colspan="3" id="prev" class="pad">&nbsp;</td>';
     1175                $calendar_output .= "\n\t\t".'<td colspan="3" id="prev" class="pad">&#160;</td>';
    11761176        }
    11771177
    1178         $calendar_output .= "\n\t\t".'<td class="pad">&nbsp;</td>';
     1178        $calendar_output .= "\n\t\t".'<td class="pad">&#160;</td>';
    11791179
    11801180        if ( $next ) {
    1181                 $calendar_output .= "\n\t\t".'<td colspan="3" id="next"><a href="' . get_month_link($next->year, $next->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($next->month), date('Y', mktime(0, 0 , 0, $next->month, 1, $next->year))) ) . '">' . $wp_locale->get_month_abbrev($wp_locale->get_month($next->month)) . ' &raquo;</a></td>';
     1181                $calendar_output .= "\n\t\t".'<td colspan="3" id="next"><a href="' . get_month_link($next->year, $next->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($next->month), date('Y', mktime(0, 0 , 0, $next->month, 1, $next->year))) ) . '">' . $wp_locale->get_month_abbrev($wp_locale->get_month($next->month)) . ' &#187;</a></td>';
    11821182        } else {
    1183                 $calendar_output .= "\n\t\t".'<td colspan="3" id="next" class="pad">&nbsp;</td>';
     1183                $calendar_output .= "\n\t\t".'<td colspan="3" id="next" class="pad">&#160;</td>';
    11841184        }
    11851185
    11861186        $calendar_output .= '
     
    12321232        // See how much we should pad in the beginning
    12331233        $pad = calendar_week_mod(date('w', $unixmonth)-$week_begins);
    12341234        if ( 0 != $pad )
    1235                 $calendar_output .= "\n\t\t".'<td colspan="'. esc_attr($pad) .'" class="pad">&nbsp;</td>';
     1235                $calendar_output .= "\n\t\t".'<td colspan="'. esc_attr($pad) .'" class="pad">&#160;</td>';
    12361236
    12371237        $daysinmonth = intval(date('t', $unixmonth));
    12381238        for ( $day = 1; $day <= $daysinmonth; ++$day ) {
     
    12571257
    12581258        $pad = 7 - calendar_week_mod(date('w', mktime(0, 0 , 0, $thismonth, $day, $thisyear))-$week_begins);
    12591259        if ( $pad != 0 && $pad != 7 )
    1260                 $calendar_output .= "\n\t\t".'<td class="pad" colspan="'. esc_attr($pad) .'">&nbsp;</td>';
     1260                $calendar_output .= "\n\t\t".'<td class="pad" colspan="'. esc_attr($pad) .'">&#160;</td>';
    12611261
    12621262        $calendar_output .= "\n\t</tr>\n\t</tbody>\n\t</table>";
    12631263
     
    15991599
    16001600        $defaults = array(
    16011601                /* translators: Separator between blog name and feed type in feed links */
    1602                 'separator'     => _x('&raquo;', 'feed link'),
     1602                'separator'     => _x('&#187;', 'feed link'),
    16031603                /* translators: 1: blog title, 2: separator (raquo) */
    16041604                'feedtitle'     => __('%1$s %2$s Feed'),
    16051605                /* translators: %s: blog title, 2: separator (raquo) */
     
    16221622function feed_links_extra( $args = array() ) {
    16231623        $defaults = array(
    16241624                /* translators: Separator between blog name and feed type in feed links */
    1625                 'separator'   => _x('&raquo;', 'feed link'),
     1625                'separator'   => _x('&#187;', 'feed link'),
    16261626                /* translators: 1: blog name, 2: separator(raquo), 3: post title */
    16271627                'singletitle' => __('%1$s %2$s %3$s Comments Feed'),
    16281628                /* translators: 1: blog name, 2: separator(raquo), 3: category name */
     
    19241924                'current' => 0,
    19251925                'show_all' => false,
    19261926                'prev_next' => true,
    1927                 'prev_text' => __('&laquo; Previous'),
    1928                 'next_text' => __('Next &raquo;'),
     1927                'prev_text' => __('&#171; Previous'),
     1928                'next_text' => __('Next &#187;'),
    19291929                'end_size' => 1,
    19301930                'mid_size' => 2,
    19311931                'type' => 'plain',
     
    19721972                                $page_links[] = "<a class='page-numbers' href='" . esc_url( apply_filters( 'paginate_links', $link ) ) . "'>$n_display</a>";
    19731973                                $dots = true;
    19741974                        elseif ( $dots && !$show_all ) :
    1975                                 $page_links[] = '<span class="page-numbers dots">' . __( '&hellip;' ) . '</span>';
     1975                                $page_links[] = '<span class="page-numbers dots">' . __( '&#8230;' ) . '</span>';
    19761976                                $dots = false;
    19771977                        endif;
    19781978                endif;
  • wp-includes/js/tinymce/plugins/media/media.htm

     
    3838                                                                        <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    3939                                                                        <tr>
    4040                                                                                <td><input id="src" name="src" type="text" value="" class="mceFocus" onchange="Media.formToData();" /></td>
    41                                                                                 <td id="filebrowsercontainer">&nbsp;</td>
     41                                                                                <td id="filebrowsercontainer">&#160;</td>
    4242                                                                        </tr>
    4343                                                                        </table>
    4444                                                                </td>
     
    5353                                                                        <table role="presentation" border="0" cellpadding="0" cellspacing="0">
    5454                                                                                <tr>
    5555                                                                                        <td><input type="text" id="width" name="width" value="" class="size" onchange="Media.formToData('width');" onfocus="Media.beforeResize();" /> x <input type="text" id="height" name="height" value="" class="size" onfocus="Media.beforeResize();" onchange="Media.formToData('height');" /></td>
    56                                                                                         <td>&nbsp;&nbsp;<input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td>
     56                                                                                        <td>&#160;&#160;<input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td>
    5757                                                                                        <td><label id="constrainlabel" for="constrain">{#media_dlg.constrain_proportions}</label></td>
    5858                                                                                </tr>
    5959                                                                        </table>
     
    9797                                                                <table role="presentation" border="0" cellpadding="0" cellspacing="0">
    9898                                                                        <tr>
    9999                                                                                <td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');Media.formToData();" /></td>
    100                                                                                 <td id="bgcolor_pickcontainer">&nbsp;</td>
     100                                                                                <td id="bgcolor_pickcontainer">&#160;</td>
    101101                                                                        </tr>
    102102                                                                </table>
    103103                                                        </td>
     
    122122                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    123123                                                                        <tr>
    124124                                                                                <td><input type="text" id="video_altsource1" name="video_altsource1" onchange="Media.formToData();" style="width: 240px" /></td>
    125                                                                                 <td id="video_altsource1_filebrowser">&nbsp;</td>
     125                                                                                <td id="video_altsource1_filebrowser">&#160;</td>
    126126                                                                        </tr>
    127127                                                                </table>
    128128                                                        </td>
     
    134134                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    135135                                                                        <tr>
    136136                                                                                <td><input type="text" id="video_altsource2" name="video_altsource2" onchange="Media.formToData();" style="width: 240px" /></td>
    137                                                                                 <td id="video_altsource2_filebrowser">&nbsp;</td>
     137                                                                                <td id="video_altsource2_filebrowser">&#160;</td>
    138138                                                                        </tr>
    139139                                                                </table>
    140140                                                        </td>
     
    146146                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    147147                                                                        <tr>
    148148                                                                                <td><input type="text" id="video_poster" name="video_poster" onchange="Media.formToData();" style="width: 240px" /></td>
    149                                                                                 <td id="video_poster_filebrowser">&nbsp;</td>
     149                                                                                <td id="video_poster_filebrowser">&#160;</td>
    150150                                                                        </tr>
    151151                                                                </table>
    152152                                                        </td>
     
    250250                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    251251                                                                        <tr>
    252252                                                                                <td><input type="text" id="audio_altsource1" name="audio_altsource1" onchange="Media.formToData();" style="width: 240px" /></td>
    253                                                                                 <td id="audio_altsource1_filebrowser">&nbsp;</td>
     253                                                                                <td id="audio_altsource1_filebrowser">&#160;</td>
    254254                                                                        </tr>
    255255                                                                </table>
    256256                                                        </td>
     
    262262                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    263263                                                                        <tr>
    264264                                                                                <td><input type="text" id="audio_altsource2" name="audio_altsource2" onchange="Media.formToData();" style="width: 240px" /></td>
    265                                                                                 <td id="audio_altsource2_filebrowser">&nbsp;</td>
     265                                                                                <td id="audio_altsource2_filebrowser">&#160;</td>
    266266                                                                        </tr>
    267267                                                                </table>
    268268                                                        </td>
     
    535535                                                                </select>
    536536                                                        </td>
    537537
    538                                                         <td colspan="2">&nbsp;</td>
     538                                                        <td colspan="2">&#160;</td>
    539539                                                </tr>
    540540
    541541                                                <tr>
     
    568568                                                                <table role="presentation" border="0" cellspacing="0" cellpadding="0">
    569569                                                                        <tr>
    570570                                                                                <td><input type="text" id="quicktime_qtsrc" name="quicktime_qtsrc" onchange="Media.formToData();" /></td>
    571                                                                                 <td id="qtsrcfilebrowsercontainer">&nbsp;</td>
     571                                                                                <td id="qtsrcfilebrowsercontainer">&#160;</td>
    572572                                                                        </tr>
    573573                                                                </table>
    574574                                                        </td>
     
    798798                                                        </td>
    799799
    800800                                                        <td colspan="2">
    801                                                                 &nbsp;
     801                                                                &#160;
    802802                                                        </td>
    803803                                                </tr>
    804804
  • wp-includes/js/tinymce/themes/advanced/about.htm

     
    2121                                <p>Version: <span id="version"></span> (<span id="date"></span>)</p>
    2222                                <p>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under <a href="../../license.txt" target="_blank">LGPL</a>
    2323                                by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.</p>
    24                                 <p>Copyright &copy; 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
     24                                <p>Copyright &#169; 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
    2525                                <p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p>
    2626
    2727                                <div id="buttoncontainer">
     
    3636                                        <div id="plugintablecontainer">
    3737                                        </div>
    3838
    39                                         <p>&nbsp;</p>
     39                                        <p>&#160;</p>
    4040                                </div>
    4141                        </div>
    4242
  • wp-includes/js/tinymce/themes/advanced/charmap.htm

     
    1717                <td width="100" align="center" valign="top">
    1818                        <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
    1919                                <tr>
    20                                         <td id="codeV">&nbsp;</td>
     20                                        <td id="codeV">&#160;</td>
    2121                                </tr>
    2222                                <tr>
    23                                         <td id="codeN">&nbsp;</td>
     23                                        <td id="codeN">&#160;</td>
    2424                                </tr>
    2525                        </table>
    2626                </td>
     
    3232                                        <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
    3333                                </tr>
    3434                                <tr>
    35                                         <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
     35                                        <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&#160;</td>
    3636                                </tr>
    3737                                <tr>
    38                                         <td style="font-size: 1px;">&nbsp;</td>
     38                                        <td style="font-size: 1px;">&#160;</td>
    3939                                </tr>
    4040                                <tr>
    4141                                        <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
    4242                                </tr>
    4343                                <tr>
    44                                         <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
     44                                        <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&#160;</td>
    4545                                </tr>
    4646                        </table>
    4747                </td>
  • wp-includes/js/tinymce/themes/advanced/image.htm

     
    2323                                        <td><table border="0" cellspacing="0" cellpadding="0">
    2424                                                <tr>
    2525                                                        <td><input id="src" name="src" type="text" class="mceFocus" value="" style="width: 200px" onchange="ImageDialog.getImageData();" /></td>
    26                                                         <td id="srcbrowsercontainer">&nbsp;</td>
     26                                                        <td id="srcbrowsercontainer">&#160;</td>
    2727                                                </tr>
    2828                                        </table></td>
    2929                                </tr>
  • wp-includes/js/tinymce/themes/advanced/link.htm

     
    2424                                        <td><table border="0" cellspacing="0" cellpadding="0">
    2525                                                <tr>
    2626                                                        <td><input id="href" name="href" type="text" class="mceFocus" value="" style="width: 200px" onchange="LinkDialog.checkPrefix(this);" /></td>
    27                                                         <td id="hrefbrowsercontainer">&nbsp;</td>
     27                                                        <td id="hrefbrowsercontainer">&#160;</td>
    2828                                                </tr>
    2929                                        </table></td>
    3030                                </tr>
  • wp-includes/js/tinymce/wp-mce-help.php

     
    253253                <tr><th>n</th><td><?php _e('Check Spelling') ?></td><th>l</th><td><?php _e('Align Left') ?></td></tr>
    254254                <tr><th>j</th><td><?php _e('Justify Text') ?></td><th>c</th><td><?php _e('Align Center') ?></td></tr>
    255255                <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough') ?></span></td><th>r</th><td><?php _e('Align Right') ?></td></tr>
    256                 <tr><th>u</th><td><strong>&bull;</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link') ?></td></tr>
     256                <tr><th>u</th><td><strong>&#8226;</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link') ?></td></tr>
    257257                <tr><th>o</th><td>1. <?php _e('List') ?></td><th>s</th><td><?php _e('Remove link') ?></td></tr>
    258258                <tr><th>q</th><td><?php _e('Quote') ?></td><th>m</th><td><?php _e('Insert Image') ?></td></tr>
    259259                <tr><th>g</th><td><?php _e('Full Screen') ?></td><th>t</th><td><?php _e('Insert More Tag') ?></td></tr>
     
    272272
    273273    <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p>
    274274        <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public Licence').'">') ?></p>
    275         <p><?php _e('Copyright &copy; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
     275        <p><?php _e('Copyright &#169; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
    276276        <p><?php _e('For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.') ?></p>
    277277
    278278        <div id="buttoncontainer">
  • wp-includes/kses.php

     
    12411241 * Convert all entities to their character counterparts.
    12421242 *
    12431243 * This function decodes numeric HTML entities (&#65; and &#x41;). It doesn't do
    1244  * anything with other entities like &auml;, but we don't need them in the URL
     1244 * anything with other entities like &#228;, but we don't need them in the URL
    12451245 * protocol whitelisting system anyway.
    12461246 *
    12471247 * @since 1.0.0
  • wp-includes/link-template.php

     
    13061306 * @param bool $in_same_cat Optional. Whether link should be in a same category.
    13071307 * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs.
    13081308 */
    1309 function previous_post_link($format='&laquo; %link', $link='%title', $in_same_cat = false, $excluded_categories = '') {
     1309function previous_post_link($format='&#171; %link', $link='%title', $in_same_cat = false, $excluded_categories = '') {
    13101310        adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, true);
    13111311}
    13121312
     
    13201320 * @param bool $in_same_cat Optional. Whether link should be in a same category.
    13211321 * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs.
    13221322 */
    1323 function next_post_link($format='%link &raquo;', $link='%title', $in_same_cat = false, $excluded_categories = '') {
     1323function next_post_link($format='%link &#187;', $link='%title', $in_same_cat = false, $excluded_categories = '') {
    13241324        adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, false);
    13251325}
    13261326
     
    14931493        $nextpage = intval($paged) + 1;
    14941494
    14951495        if ( null === $label )
    1496                 $label = __( 'Next Page &raquo;' );
     1496                $label = __( 'Next Page &#187;' );
    14971497
    14981498        if ( !is_single() && ( $nextpage <= $max_page ) ) {
    14991499                $attr = apply_filters( 'next_posts_link_attributes', '' );
     
    15641564        global $paged;
    15651565
    15661566        if ( null === $label )
    1567                 $label = __( '&laquo; Previous Page' );
     1567                $label = __( '&#171; Previous Page' );
    15681568
    15691569        if ( !is_single() && $paged > 1 ) {
    15701570                $attr = apply_filters( 'previous_posts_link_attributes', '' );
     
    16001600        if ( !is_singular() ) {
    16011601                $defaults = array(
    16021602                        'sep' => ' &#8212; ',
    1603                         'prelabel' => __('&laquo; Previous Page'),
    1604                         'nxtlabel' => __('Next Page &raquo;'),
     1603                        'prelabel' => __('&#171; Previous Page'),
     1604                        'nxtlabel' => __('Next Page &#187;'),
    16051605                );
    16061606                $args = wp_parse_args( $args, $defaults );
    16071607
     
    17021702                return;
    17031703
    17041704        if ( empty($label) )
    1705                 $label = __('Newer Comments &raquo;');
     1705                $label = __('Newer Comments &#187;');
    17061706
    17071707        return '<a href="' . esc_url( get_comments_pagenum_link( $nextpage, $max_page ) ) . '" ' . apply_filters( 'next_comments_link_attributes', '' ) . '>'. preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
    17081708}
     
    17391739        $prevpage = intval($page) - 1;
    17401740
    17411741        if ( empty($label) )
    1742                 $label = __('&laquo; Older Comments');
     1742                $label = __('&#171; Older Comments');
    17431743
    17441744        return '<a href="' . esc_url( get_comments_pagenum_link( $prevpage ) ) . '" ' . apply_filters( 'previous_comments_link_attributes', '' ) . '>' . preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
    17451745}
  • wp-includes/post-template.php

     
    11041104         * @param array $args Uses 'selected' argument for selected page to set selected HTML attribute for option element.
    11051105         */
    11061106        function start_el(&$output, $page, $depth, $args, $id = 0) {
    1107                 $pad = str_repeat('&nbsp;', $depth * 3);
     1107                $pad = str_repeat('&#160;', $depth * 3);
    11081108
    11091109                $output .= "\t<option class=\"level-$depth\" value=\"$page->ID\"";
    11101110                if ( $page->ID == $args['selected'] )
  • wp-includes/script-loader.php

     
    212212                'file_cancelled' => __('File canceled.'),
    213213                'upload_stopped' => __('Upload stopped.'),
    214214                'dismiss' => __('Dismiss'),
    215                 'crunching' => __('Crunching&hellip;'),
     215                'crunching' => __('Crunching&#8230;'),
    216216                'deleted' => __('moved to the trash.'),
    217217                'error_uploading' => __('&#8220;%s&#8221; has failed to upload.')
    218218        );
  • wp-includes/theme-compat/comments-popup.php

     
    6868
    6969<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
    7070<?php if ( $user_ID ) : ?>
    71         <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &raquo;</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
     71        <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &#187;</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
    7272<?php else : ?>
    7373        <p>
    7474          <input type="text" name="author" id="author" class="textarea" value="<?php echo esc_attr($comment_author); ?>" size="28" tabindex="1" />
  • wp-includes/theme-compat/comments.php

     
    6969
    7070<?php if ( is_user_logged_in() ) : ?>
    7171
    72 <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out &raquo;'); ?></a></p>
     72<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out &#187;'); ?></a></p>
    7373
    7474<?php else : ?>
    7575
  • wp-includes/theme-compat/header.php

     
    1515<head profile="http://gmpg.org/xfn/11">
    1616<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    1717
    18 <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
     18<title><?php wp_title('&#171;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    1919
    2020<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    2121<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  • wp-includes/wp-diff.php

     
    127127         * @return string
    128128         */
    129129        function emptyLine() {
    130                 return '<td colspan="2">&nbsp;</td>';
     130                return '<td colspan="2">&#160;</td>';
    131131        }
    132132
    133133        /**
  • wp-load.php

     
    5757        $die .= '<p>' . __( "You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '</p>';
    5858        $die .= '<p><a href="' . $path . '" class="button">' . __( "Create a Configuration File" ) . '</a>';
    5959
    60         wp_die( $die, __( 'WordPress &rsaquo; Error' ) );
     60        wp_die( $die, __( 'WordPress &#8250; Error' ) );
    6161}
  • wp-login.php

     
    5858        <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    5959        <head>
    6060        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    61         <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
     61        <title><?php bloginfo('name'); ?> &#8250; <?php echo $title; ?></title>
    6262        <?php
    6363
    6464        wp_admin_css( 'wp-admin', true );
     
    137137
    138138        // Don't allow interim logins to navigate away from the page.
    139139        if ( ! $interim_login ): ?>
    140         <p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr_e( 'Are you lost?' ); ?>"><?php printf( __( '&larr; Back to %s' ), get_bloginfo( 'title', 'display' ) ); ?></a></p>
     140        <p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr_e( 'Are you lost?' ); ?>"><?php printf( __( '&#8592; Back to %s' ), get_bloginfo( 'title', 'display' ) ); ?></a></p>
    141141        <?php endif; ?>
    142142
    143143        </div>
  • wp-signup.php

     
    130130        _e( '(Must be at least 4 characters, letters and numbers only.)' );
    131131        ?>
    132132
    133         <label for="user_email"><?php _e( 'Email&nbsp;Address:' ) ?></label>
     133        <label for="user_email"><?php _e( 'Email&#160;Address:' ) ?></label>
    134134        <?php if ( $errmsg = $errors->get_error_message('user_email') ) { ?>
    135135                <p class="error"><?php echo $errmsg ?></p>
    136136        <?php } ?>