Ticket #9030: entityrep.diff
File entityrep.diff, 127.0 KB (added by , 12 years ago) |
---|
-
wp-admin/about.php
42 42 <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> 43 43 44 44 <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 — you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p> 46 46 </div> 47 47 </div> 48 48 … … 87 87 <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-1.png' ) ); ?>" class="image-30" /> 88 88 <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-2.png' ) ); ?>" class="image-30" /> 89 89 <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 — 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 — great for photo credits or licensing details — and basic formatting such as bold and italicized text.' ); ?></p> 91 91 </div> 92 92 </div> 93 93 … … 122 122 <div class="return-to-dashboard"> 123 123 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> 124 124 <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 → Updates' ); 126 126 ?></a> | 127 127 <?php endif; ?> 128 128 <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 → Home' ) : _e( 'Go to Dashboard' ); ?></a> 130 130 </div> 131 131 132 132 </div> -
wp-admin/admin-footer.php
22 22 $footer_text = array( 23 23 '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>', 24 24 ); 25 echo apply_filters( 'admin_footer_text', implode( ' & bull; ', $footer_text ) );25 echo apply_filters( 'admin_footer_text', implode( ' • ', $footer_text ) ); 26 26 unset( $footer_text ); 27 27 ?></p> 28 28 <p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p> -
wp-admin/admin-header.php
31 31 if ( $admin_title == $title ) 32 32 $admin_title = sprintf( __( '%1$s — WordPress' ), $title ); 33 33 else 34 $admin_title = sprintf( __( '%1$s & lsaquo; %2$s — WordPress' ), $title, $admin_title );34 $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title ); 35 35 36 36 $admin_title = apply_filters( 'admin_title', $admin_title, $title ); 37 37 -
wp-admin/custom-header.php
531 531 <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 /> 532 532 <?php 533 533 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 × %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) ); 535 535 } elseif ( current_theme_supports( 'custom-header', 'flex-height' ) ) { 536 536 if ( ! current_theme_supports( 'custom-header', 'flex-width' ) ) 537 537 printf( __( 'Images should be at least <strong>%1$d pixels</strong> wide.' ) . ' ', get_theme_support( 'custom-header', 'width' ) ); … … 589 589 <th scope="row"><?php _e( 'Default Images' ); ?></th> 590 590 <td> 591 591 <?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‘t want to upload your own image, you can use one of these cool headers, or show a random one.' ) ?></p> 593 593 <?php else: ?> 594 594 <p><?php _e( 'You can use one of these cool headers or show a random one on each page.' ) ?></p> 595 595 <?php endif; ?> -
wp-admin/edit-form-advanced.php
317 317 <table id="post-status-info" cellspacing="0"><tbody><tr> 318 318 <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td> 319 319 <td class="autosave-info"> 320 <span class="autosave-message">& nbsp;</span>320 <span class="autosave-message"> </span> 321 321 <?php 322 322 if ( 'auto-draft' != $post->post_status ) { 323 323 echo '<span id="last-edit">'; -
wp-admin/edit-form-comment.php
98 98 $stamp = __('Submitted on: <b>%1$s</b>'); 99 99 $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); 100 100 ?> 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> <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a> 102 102 <div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0, 5); ?></div> 103 103 </div> 104 104 </div> <!-- misc actions --> -
wp-admin/includes/ajax-actions.php
352 352 ob_start(); 353 353 wp_dropdown_categories( array( 354 354 'taxonomy' => $taxonomy->name, 'hide_empty' => 0, 'name' => 'new'.$taxonomy->name.'_parent', 'orderby' => 'name', 355 'hierarchical' => 1, 'show_option_none' => '& mdash; '.$taxonomy->labels->parent_item.' —'355 'hierarchical' => 1, 'show_option_none' => '— '.$taxonomy->labels->parent_item.' —' 356 356 ) ); 357 357 $sup = ob_get_contents(); 358 358 ob_end_clean(); -
wp-admin/includes/class-wp-comments-list-table.php
413 413 414 414 if ( 'spam' != $the_comment_status && 'trash' != $the_comment_status ) { 415 415 $actions['edit'] = "<a href='comment.php?action=editcomment&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 Edit' ) . '</a>'; 417 417 $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>'; 418 418 } 419 419 -
wp-admin/includes/class-wp-list-table.php
506 506 'first-page' . $disable_first, 507 507 esc_attr__( 'Go to the first page' ), 508 508 esc_url( remove_query_arg( 'paged', $current_url ) ), 509 '& laquo;'509 '«' 510 510 ); 511 511 512 512 $page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>", 513 513 'prev-page' . $disable_first, 514 514 esc_attr__( 'Go to the previous page' ), 515 515 esc_url( add_query_arg( 'paged', max( 1, $current-1 ), $current_url ) ), 516 '& lsaquo;'516 '‹' 517 517 ); 518 518 519 519 if ( 'bottom' == $which ) … … 532 532 'next-page' . $disable_last, 533 533 esc_attr__( 'Go to the next page' ), 534 534 esc_url( add_query_arg( 'paged', min( $total_pages, $current+1 ), $current_url ) ), 535 '& rsaquo;'535 '›' 536 536 ); 537 537 538 538 $page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>", 539 539 'last-page' . $disable_last, 540 540 esc_attr__( 'Go to the last page' ), 541 541 esc_url( add_query_arg( 'paged', $total_pages, $current_url ) ), 542 '& raquo;'542 '»' 543 543 ); 544 544 545 545 $pagination_links_class = 'pagination-links'; -
wp-admin/includes/class-wp-plugins-list-table.php
380 380 $checkbox_id = "checkbox_" . md5($plugin_data['Name']); 381 381 $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>"; 382 382 if ( 'dropins' != $context ) { 383 $description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : '& nbsp;' ) . '</p>';383 $description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : ' ' ) . '</p>'; 384 384 $plugin_name = $plugin_data['Name']; 385 385 } 386 386 -
wp-admin/includes/class-wp-posts-list-table.php
534 534 $actions = array(); 535 535 if ( $can_edit_post && 'trash' != $post->post_status ) { 536 536 $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 Edit' ) . '</a>'; 538 538 } 539 539 if ( current_user_can( $post_type_object->cap->delete_post, $post->ID ) ) { 540 540 if ( 'trash' == $post->post_status ) … … 770 770 'echo' => 0 771 771 ); 772 772 if ( $bulk ) 773 $users_opt['show_option_none'] = __( '& mdash; No Change —' );773 $users_opt['show_option_none'] = __( '— No Change —' ); 774 774 775 775 if ( $authors = wp_dropdown_users( $users_opt ) ) : 776 776 $authors_dropdown = '<label class="inline-edit-author">'; … … 796 796 <em style="margin:5px 10px 0 0" class="alignleft"> 797 797 <?php 798 798 /* translators: Between password field and private checkbox on post quick edit interface */ 799 echo __( '& ndash;OR–' );799 echo __( '–OR–' ); 800 800 ?> 801 801 </em> 802 802 <label class="alignleft inline-edit-private"> … … 853 853 ); 854 854 855 855 if ( $bulk ) 856 $dropdown_args['show_option_no_change'] = __( '& mdash; No Change —' );856 $dropdown_args['show_option_no_change'] = __( '— No Change —' ); 857 857 $dropdown_args = apply_filters( 'quick_edit_dropdown_pages_args', $dropdown_args ); 858 858 wp_dropdown_pages( $dropdown_args ); 859 859 ?> … … 878 878 <span class="title"><?php _e( 'Template' ); ?></span> 879 879 <select name="page_template"> 880 880 <?php if ( $bulk ) : ?> 881 <option value="-1"><?php _e( '& mdash; No Change —' ); ?></option>881 <option value="-1"><?php _e( '— No Change —' ); ?></option> 882 882 <?php endif; // $bulk ?> 883 883 <option value="default"><?php _e( 'Default Template' ); ?></option> 884 884 <?php page_template_dropdown() ?> … … 912 912 <label class="alignleft"> 913 913 <span class="title"><?php _e( 'Comments' ); ?></span> 914 914 <select name="comment_status"> 915 <option value=""><?php _e( '& mdash; No Change —' ); ?></option>915 <option value=""><?php _e( '— No Change —' ); ?></option> 916 916 <option value="open"><?php _e( 'Allow' ); ?></option> 917 917 <option value="closed"><?php _e( 'Do not allow' ); ?></option> 918 918 </select> … … 921 921 <label class="alignright"> 922 922 <span class="title"><?php _e( 'Pings' ); ?></span> 923 923 <select name="ping_status"> 924 <option value=""><?php _e( '& mdash; No Change —' ); ?></option>924 <option value=""><?php _e( '— No Change —' ); ?></option> 925 925 <option value="open"><?php _e( 'Allow' ); ?></option> 926 926 <option value="closed"><?php _e( 'Do not allow' ); ?></option> 927 927 </select> … … 953 953 <span class="title"><?php _e( 'Status' ); ?></span> 954 954 <select name="_status"> 955 955 <?php if ( $bulk ) : ?> 956 <option value="-1"><?php _e( '& mdash; No Change —' ); ?></option>956 <option value="-1"><?php _e( '— No Change —' ); ?></option> 957 957 <?php endif; // $bulk ?> 958 958 <?php if ( $can_publish ) : // Contributors only get "Unpublished" and "Pending Review" ?> 959 959 <option value="publish"><?php _e( 'Published' ); ?></option> … … 974 974 <label class="alignright"> 975 975 <span class="title"><?php _e( 'Sticky' ); ?></span> 976 976 <select name="sticky"> 977 <option value="-1"><?php _e( '& mdash; No Change —' ); ?></option>977 <option value="-1"><?php _e( '— No Change —' ); ?></option> 978 978 <option value="sticky"><?php _e( 'Sticky' ); ?></option> 979 979 <option value="unsticky"><?php _e( 'Not Sticky' ); ?></option> 980 980 </select> … … 1003 1003 <span class="title"><?php _ex( 'Format', 'post format' ); ?></span> 1004 1004 <select name="post_format"> 1005 1005 <?php if ( $bulk ) : ?> 1006 <option value="-1"><?php _e( '& mdash; No Change —' ); ?></option>1006 <option value="-1"><?php _e( '— No Change —' ); ?></option> 1007 1007 <?php endif; ?> 1008 1008 <option value="0"><?php _ex( 'Standard', 'Post format' ); ?></option> 1009 1009 <?php foreach ( $all_post_formats as $slug => $format ) : -
wp-admin/includes/class-wp-terms-list-table.php
238 238 if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term ) 239 239 return '<input type="checkbox" name="delete_tags[]" value="' . $tag->term_id . '" />'; 240 240 else 241 return '& nbsp;';241 return ' '; 242 242 } 243 243 244 244 function column_name( $tag ) { … … 256 256 $actions = array(); 257 257 if ( current_user_can( $tax->cap->edit_terms ) ) { 258 258 $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 Edit' ) . '</a>'; 260 260 } 261 261 if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term ) 262 262 $actions['delete'] = "<a class='delete-tag' href='" . wp_nonce_url( "edit-tags.php?action=delete&taxonomy=$taxonomy&tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ) . "'>" . __( 'Delete' ) . "</a>"; -
wp-admin/includes/class-wp-theme-install-list-table.php
253 253 <div id="theme-installer" class="wp-full-overlay expanded"> 254 254 <div class="wp-full-overlay-sidebar"> 255 255 <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( '← Close' ); ?></a> 257 257 </div> 258 258 <div class="wp-full-overlay-sidebar-content"> 259 259 <div class="install-theme-info"></div> -
wp-admin/includes/class-wp-users-list-table.php
140 140 return; 141 141 ?> 142 142 <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…' ) ?></label> 144 144 <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…' ) ?></option> 146 146 <?php wp_dropdown_roles(); ?> 147 147 </select> 148 148 <?php submit_button( __( 'Change' ), 'secondary', 'changeit', false ); ?> -
wp-admin/includes/dashboard.php
567 567 $title = _draft_or_post_title( $draft->ID ); 568 568 $item = "<h4><a href='$url' title='" . sprintf( __( 'Edit “%s”' ), 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>'; 569 569 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 ) ? '…' : '' ) . '</p>'; 571 571 $list[] = $item; 572 572 } 573 573 ?> … … 770 770 } 771 771 772 772 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’s okay — 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… yet. It’s okay — there is no rush.') . "</p>\n"; 774 774 $rss->__destruct(); 775 775 unset($rss); 776 776 return; … … 974 974 '&TB_iframe=true&width=600&height=800'; 975 975 976 976 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> <span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span>\n"; 978 978 echo "<p>$description</p>\n"; 979 979 980 980 $$feed->__destruct(); … … 1302 1302 1303 1303 if ( ! empty( $customize_links ) ) { 1304 1304 echo '<p>'; 1305 printf( __( 'Use the current theme & mdash; %1$s — 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 — %1$s — 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' ) ) ); 1306 1306 echo '</p>'; 1307 1307 ?> 1308 1308 <ul> … … 1313 1313 <?php 1314 1314 } else { 1315 1315 echo '<p>'; 1316 printf( __( 'Use the current theme & mdash; %1$s — 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 — %1$s — or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) ); 1317 1317 echo '</p>'; 1318 1318 } 1319 1319 endif; ?> -
wp-admin/includes/image-edit.php
82 82 <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Scale Image'); ?></strong></a> 83 83 <div class="imgedit-help"> 84 84 <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'] . '×' . $meta['height'] ); ?></p> 86 86 <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']; ?>" />×<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']; ?>" /> 88 88 <span class="imgedit-scale-warn" id="imgedit-scale-warn-<?php echo $post_id; ?>">!</span></span> 89 89 <input type="button" onclick="imageEdit.action(<?php echo "$post_id, '$nonce'"; ?>, 'scale')" class="button-primary" value="<?php esc_attr_e( 'Scale' ); ?>" /> 90 90 </div> -
wp-admin/includes/media.php
324 324 function wp_iframe($content_func /* ... */) { 325 325 _wp_admin_html_begin(); 326 326 ?> 327 <title><?php bloginfo('name') ?> & rsaquo; <?php _e('Uploads'); ?> — <?php _e('WordPress'); ?></title>327 <title><?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — <?php _e('WordPress'); ?></title> 328 328 <?php 329 329 330 330 wp_enqueue_style( 'colors' ); … … 741 741 $html .= "<label for='{$css_id}'>$label</label>"; 742 742 // only show the dimensions if that choice is available 743 743 if ( $enabled ) 744 $html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d& nbsp;× %d)", $downsize[1], $downsize[2] ). "</label>";744 $html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d × %d)", $downsize[1], $downsize[2] ). "</label>"; 745 745 746 746 $html .= '</div>'; 747 747 … … 1107 1107 $media_dims = ''; 1108 1108 $meta = wp_get_attachment_metadata( $post->ID ); 1109 1109 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;× {$meta['height']}</span> ";1110 $media_dims .= "<span id='media-dims-$post->ID'>{$meta['width']} × {$meta['height']}</span> "; 1111 1111 $media_dims = apply_filters( 'media_meta', $media_dims, $post ); 1112 1112 1113 1113 $image_edit_button = ''; … … 1843 1843 $page_links = paginate_links( array( 1844 1844 'base' => add_query_arg( 'paged', '%#%' ), 1845 1845 'format' => '', 1846 'prev_text' => __('& laquo;'),1847 'next_text' => __('& raquo;'),1846 'prev_text' => __('«'), 1847 'next_text' => __('»'), 1848 1848 'total' => ceil($wp_query->found_posts / 10), 1849 1849 'current' => $_GET['paged'] 1850 1850 )); … … 1954 1954 } 1955 1955 1956 1956 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; <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>     <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p> 1958 1958 <table class="describe ' . $table_class . '"><tbody> 1959 1959 <tr> 1960 1960 <th valign="top" scope="row" class="label" style="width:130px;"> … … 2100 2100 <input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> /> 2101 2101 <?php 2102 2102 /* 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 × %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) ); 2104 2104 ?> 2105 2105 </label></p> 2106 2106 <?php -
wp-admin/includes/meta-boxes.php
355 355 <label class="screen-reader-text" for="new<?php echo $taxonomy; ?>_parent"> 356 356 <?php echo $tax->labels->parent_item_colon; ?> 357 357 </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 . ' —', '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' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> 359 359 <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" /> 360 360 <?php wp_nonce_field( 'add-'.$taxonomy, '_ajax_nonce-add-'.$taxonomy, false ); ?> 361 361 <span id="<?php echo $taxonomy; ?>-ajax-response"></span> … … 708 708 <fieldset><legend class="screen-reader-text"><span><?php _e('Target') ?></span></legend> 709 709 <p><label for="link_target_blank" class="selectit"> 710 710 <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> — new window or tab.'); ?></label></p> 712 712 <p><label for="link_target_top" class="selectit"> 713 713 <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> — current window or tab, with no frames.'); ?></label></p> 715 715 <p><label for="link_target_none" class="selectit"> 716 716 <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> — same window or tab.'); ?></label></p> 718 718 </fieldset> 719 719 <p><?php _e('Choose the target frame for your link.'); ?></p> 720 720 <?php … … 776 776 <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></th> 777 777 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></span></legend> 778 778 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?> 780 780 </label> 781 781 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?> 783 783 </label> 784 784 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?> 786 786 </label> 787 787 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?> 789 789 </label> 790 790 </fieldset></td> 791 791 </tr> … … 793 793 <th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?> </th> 794 794 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?></span></legend> 795 795 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?> 797 797 </label> 798 798 </fieldset></td> 799 799 </tr> … … 801 801 <th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?> </th> 802 802 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?></span></legend> 803 803 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?> 805 805 </label> 806 806 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?> 808 808 </label> 809 809 </fieldset></td> 810 810 </tr> … … 812 812 <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?></th> 813 813 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?> </span></legend> 814 814 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?> 816 816 </label> 817 817 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?> 819 819 </label> 820 820 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?> 822 822 </label> 823 823 </fieldset></td> 824 824 </tr> … … 826 826 <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?></th> 827 827 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?> </span></legend> 828 828 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?> 830 830 </label> 831 831 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?> 833 833 </label> 834 834 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?> 836 836 </label> 837 837 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?> 839 839 </label> 840 840 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?> 842 842 </label> 843 843 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?> 845 845 </label> 846 846 </fieldset></td> 847 847 </tr> … … 849 849 <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?></th> 850 850 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?> </span></legend> 851 851 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?> 853 853 </label> 854 854 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?> 856 856 </label> 857 857 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?> 859 859 </label> 860 860 <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'); ?> /> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?> 862 862 </label> 863 863 </fieldset></td> 864 864 </tr> … … 900 900 echo ' selected="selected"'; 901 901 echo('>' . $r . '</option>'); 902 902 } 903 ?></select>& nbsp;<?php _e('(Leave at 0 for no rating.)') ?>903 ?></select> <?php _e('(Leave at 0 for no rating.)') ?> 904 904 </td> 905 905 </tr> 906 906 </table> -
wp-admin/includes/misc.php
570 570 <table class="color-palette"> 571 571 <tr> 572 572 <?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 ?>"> </td> 574 574 <?php endforeach; ?> 575 575 </tr> 576 576 </table> -
wp-admin/includes/nav-menu.php
501 501 <option<?php selected( isset( $menu_locations[ $location ] ) && $menu_locations[ $location ] == $menu->term_id ); ?> 502 502 value="<?php echo $menu->term_id; ?>"><?php 503 503 $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 ) . '…'; 505 505 ?></option> 506 506 <?php endforeach; ?> 507 507 </select> … … 623 623 ) 624 624 ), 625 625 'format' => '', 626 'prev_text' => __('& laquo;'),627 'next_text' => __('& raquo;'),626 'prev_text' => __('«'), 627 'next_text' => __('»'), 628 628 'total' => $num_pages, 629 629 'current' => $pagenum 630 630 )); … … 837 837 ) 838 838 ), 839 839 'format' => '', 840 'prev_text' => __('& laquo;'),841 'next_text' => __('& raquo;'),840 'prev_text' => __('«'), 841 'next_text' => __('»'), 842 842 'total' => $num_pages, 843 843 'current' => $pagenum 844 844 )); -
wp-admin/includes/post.php
1102 1102 1103 1103 if ( function_exists('mb_strlen') ) { 1104 1104 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). '…' . mb_substr($post_name, -14); 1106 1106 } else { 1107 1107 $post_name_abridged = $post_name; 1108 1108 } 1109 1109 } else { 1110 1110 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). '…' . substr($post_name, -14); 1112 1112 } else { 1113 1113 $post_name_abridged = $post_name; 1114 1114 } … … 1119 1119 $view_link = str_replace(array('%pagename%','%postname%'), $post_name, $permalink); 1120 1120 $return = '<strong>' . __('Permalink:') . "</strong>\n"; 1121 1121 $return .= '<span id="sample-permalink">' . $display_link . "</span>\n"; 1122 $return .= '& lrm;'; // Fix bi-directional text display defect in RTL languages.1122 $return .= '‎'; // Fix bi-directional text display defect in RTL languages. 1123 1123 $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"; 1124 1124 $return .= '<span id="editable-post-name-full">' . $post_name . "</span>\n"; 1125 1125 if ( isset($view_post) ) -
wp-admin/includes/template.php
535 535 <td id="newmetaleft" class="left"> 536 536 <?php if ( $keys ) { ?> 537 537 <select id="metakeyselect" name="metakeyselect" tabindex="7"> 538 <option value="#NONE#"><?php _e( '& mdash; Select —' ); ?></option>538 <option value="#NONE#"><?php _e( '— Select —' ); ?></option> 539 539 <?php 540 540 541 541 foreach ( $keys as $key ) { … … 681 681 continue; 682 682 } 683 683 } 684 $pad = str_repeat( '& nbsp;', $level * 3 );684 $pad = str_repeat( ' ', $level * 3 ); 685 685 if ( $item->ID == $default) 686 686 $current = ' selected="selected"'; 687 687 else … … 1396 1396 1397 1397 _wp_admin_html_begin(); 1398 1398 ?> 1399 <title><?php bloginfo('name') ?> & rsaquo; <?php echo $title ?> — <?php _e('WordPress'); ?></title>1399 <title><?php bloginfo('name') ?> › <?php echo $title ?> — <?php _e('WordPress'); ?></title> 1400 1400 <?php 1401 1401 wp_enqueue_style( 'colors' ); 1402 1402 ?> -
wp-admin/includes/user.php
350 350 echo '<div class="error default-password-nag">'; 351 351 echo '<p>'; 352 352 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’re using the auto-generated password for your account. Would you like to change it to something easier to remember?'); 354 354 echo '</p><p>'; 355 355 printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' ); 356 356 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
57 57 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 58 58 <head> 59 59 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 60 <title><?php _e( 'WordPress & rsaquo; Installation' ); ?></title>60 <title><?php _e( 'WordPress › Installation' ); ?></title> 61 61 <?php wp_admin_css( 'install', true ); ?> 62 62 </head> 63 63 <body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>> -
wp-admin/maint/repair.php
15 15 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 16 16 <head> 17 17 <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 › Database Repair' ); ?></title> 19 19 <?php wp_admin_css( 'install', true ); ?> 20 20 </head> 21 21 <body> … … 48 48 printf( __( 'The %s table is okay.' ), "<code>$table</code>" ); 49 49 } else { 50 50 /* 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…' ) , "<code>$table</code>", "<code>$check->Msg_text</code>" ); 52 52 53 53 $repair = $wpdb->get_row( "REPAIR TABLE $table" ); 54 54 55 echo '<br />& nbsp; ';55 echo '<br />    '; 56 56 if ( 'OK' == $check->Msg_text ) { 57 57 /* translators: %s: table name */ 58 58 printf( __( 'Successfully repaired the %s table.' ), "<code>$table</code>" ); … … 67 67 if ( $okay && $optimize ) { 68 68 $check = $wpdb->get_row( "ANALYZE TABLE $table" ); 69 69 70 echo '<br />& nbsp; ';70 echo '<br />    '; 71 71 if ( 'Table is already up to date' == $check->Msg_text ) { 72 72 /* translators: %s: table name */ 73 73 printf( __( 'The %s table is already optimized.' ), "<code>$table</code>" ); 74 74 } else { 75 75 $check = $wpdb->get_row( "OPTIMIZE TABLE $table" ); 76 76 77 echo '<br />& nbsp; ';77 echo '<br />    '; 78 78 if ( 'OK' == $check->Msg_text || 'Table is already up to date' == $check->Msg_text ) { 79 79 /* translators: %s: table name */ 80 80 printf( __( 'Successfully optimized the %s table.' ), "<code>$table</code>" ); -
wp-admin/nav-menus.php
418 418 foreach( (array) $nav_menus as $key => $_nav_menu ) { 419 419 $_nav_menu->truncated_name = trim( wp_html_excerpt( $_nav_menu->name, 40 ) ); 420 420 if ( $_nav_menu->truncated_name != $_nav_menu->name ) 421 $_nav_menu->truncated_name .= '& hellip;';421 $_nav_menu->truncated_name .= '…'; 422 422 423 423 $nav_menus[$key]->truncated_name = $_nav_menu->truncated_name; 424 424 } -
wp-admin/network/settings.php
171 171 <tr valign="top" id="addnewusers"> 172 172 <th scope="row"><?php _e( 'Add New Users' ) ?></th> 173 173 <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 → Add New" page.' ); ?></label> 175 175 </td> 176 176 </tr> 177 177 -
wp-admin/network/sites.php
210 210 <!DOCTYPE html> 211 211 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 212 212 <head> 213 <title><?php _e( 'WordPress & rsaquo; Confirm your action' ); ?></title>213 <title><?php _e( 'WordPress › Confirm your action' ); ?></title> 214 214 215 215 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 216 216 <?php -
wp-admin/options-privacy.php
46 46 <label for="blog-public"><?php _e( 'Allow search engines to index this site.' );?></label><br/> 47 47 <input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> /> 48 48 <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 — it is up to search engines to honor your request.' ); ?></p> 50 50 <?php do_action('blog_privacy_selector'); ?> 51 51 </fieldset></td> 52 52 </tr> -
wp-admin/options-reading.php
93 93 </label> 94 94 </p> 95 95 <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 —' ), '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 —' ), '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' => __( '— Select —' ), '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' => __( '— Select —' ), 'option_none_value' => '0', 'selected' => get_option( 'page_for_posts' ) ) ) ); ?></label></li> 98 98 </ul> 99 99 <?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?> 100 100 <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
140 140 141 141 if ( !empty($functions) ) { 142 142 $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…' ) . '</option>'; 144 144 foreach ( $functions as $function) { 145 145 $docs_select .= '<option value="' . esc_attr( $function ) . '">' . esc_html( $function ) . '()</option>'; 146 146 } -
wp-admin/press-this.php
527 527 <label class="screen-reader-text" for="newcategory_parent"> 528 528 <?php echo $tax->labels->parent_item_colon; ?> 529 529 </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 . ' —', 'tab_index' => 3 ) ); ?>530 <?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> 531 531 <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" /> 532 532 <?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?> 533 533 <span id="category-ajax-response"></span> -
wp-admin/setup-config.php
92 92 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>> 93 93 <head> 94 94 <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 › Setup Configuration File' ); ?></title> 96 96 <link rel="stylesheet" href="css/install.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" /> 97 97 98 98 </head> … … 115 115 <li><?php _e( 'Table prefix (if you want to run more than one WordPress in a single database)' ); ?></li> 116 116 </ol> 117 117 <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’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’re all ready…" ); ?></p> 119 119 120 120 <p class="step"><a href="setup-config.php?step=1<?php if ( isset( $_GET['noapi'] ) ) echo '&noapi'; ?>" class="button"><?php _e( 'Let’s go!' ); ?></a></p> 121 121 <?php … … 140 140 <tr> 141 141 <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th> 142 142 <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( '…and your MySQL password.' ); ?></td> 144 144 </tr> 145 145 <tr> 146 146 <th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th> … … 272 272 chmod(ABSPATH . 'wp-config.php', 0666); 273 273 display_header(); 274 274 ?> 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…" ); ?></p> 276 276 277 277 <p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p> 278 278 <?php -
wp-admin/themes.php
69 69 if ( current_user_can( 'edit_theme_options' ) ) { 70 70 $help_customize = 71 71 '<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 — navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' . 73 73 '<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 & Activate" button at the top of the left-hand pane.') . '</p>' . 74 74 '<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>'; 75 75 … … 251 251 252 252 <div class="feature-container"> 253 253 <?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'id' => 'filter-submit' ) ); ?> 254 & nbsp;254   255 255 <a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a> 256 256 </div> 257 257 <br/> -
wp-admin/update-core.php
26 26 static $first_pass = true; 27 27 28 28 $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–<strong>%s</strong>", $update->current, $update->locale); 30 30 $current = false; 31 31 if ( !isset($update->response) || 'latest' == $update->response ) 32 32 $current = true; … … 79 79 } else { 80 80 submit_button( $submit, 'button', 'upgrade', false ); 81 81 } 82 echo '& nbsp;<a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a> ';82 echo ' <a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a> '; 83 83 } 84 84 if ( 'en_US' != $update->locale ) 85 85 if ( !isset( $update->dismissed ) || !$update->dismissed ) … … 151 151 echo '<p>'; 152 152 /* translators: %1 date, %2 time. */ 153 153 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 '   <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>'; 155 155 echo '</p>'; 156 156 157 157 if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) { -
wp-admin/upgrade.php
49 49 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 50 50 <head> 51 51 <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 › Update' ); ?></title> 53 53 <?php 54 54 wp_admin_css( 'install', true ); 55 55 wp_admin_css( 'ie', true ); -
wp-admin/user-edit.php
166 166 <p><strong><?php _e('User updated.') ?></strong></p> 167 167 <?php endif; ?> 168 168 <?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('← Back to Users'); ?></a></p> 170 170 <?php endif; ?> 171 171 </div> 172 172 <?php endif; ?> … … 258 258 259 259 // print the 'no role' option. Make it selected if the user has no role yet. 260 260 if ( $user_role ) 261 echo '<option value="">' . __('& mdash; No role for this site —') . '</option>';261 echo '<option value="">' . __('— No role for this site —') . '</option>'; 262 262 else 263 echo '<option value="" selected="selected">' . __('& mdash; No role for this site —') . '</option>';263 echo '<option value="" selected="selected">' . __('— No role for this site —') . '</option>'; 264 264 ?> 265 265 </select></td></tr> 266 266 <?php endif; //!IS_PROFILE_PAGE -
wp-admin/widgets.php
259 259 foreach ( $wp_registered_sidebars as $sbname => $sbvalue ) { 260 260 echo "\t\t<tr><td><label><input type='radio' name='sidebar' value='" . esc_attr($sbname) . "'" . checked( $sbname, $sidebar, false ) . " /> $sbvalue[name]</label></td><td>"; 261 261 if ( 'wp_inactive_widgets' == $sbname || 'orphaned_widgets' == substr( $sbname, 0, 16 ) ) { 262 echo '& nbsp;';262 echo ' '; 263 263 } else { 264 264 if ( !isset($sidebars_widgets[$sbname]) || !is_array($sidebars_widgets[$sbname]) ) { 265 265 $j = 1; … … 271 271 } 272 272 $selected = ''; 273 273 echo "\t\t<select name='{$sbname}_position'>\n"; 274 echo "\t\t<option value=''>" . __('& mdash; Select —') . "</option>\n";274 echo "\t\t<option value=''>" . __('— Select —') . "</option>\n"; 275 275 for ( $i = 1; $i <= $j; $i++ ) { 276 276 if ( in_array($widget_id, $sidebars_widgets[$sbname], true) ) 277 277 $selected = selected( $i, $key + 1, false ); -
wp-content/themes/twentyeleven/404.php
14 14 15 15 <article id="post-0" class="post error404 not-found"> 16 16 <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’t it?', 'twentyeleven' ); ?></h1> 18 18 </header> 19 19 20 20 <div class="entry-content"> 21 <p><?php _e( 'It seems we can& rsquo;t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>21 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p> 22 22 23 23 <?php get_search_form(); ?> 24 24 -
wp-content/themes/twentyeleven/comments.php
30 30 <?php if ( have_comments() ) : ?> 31 31 <h2 id="comments-title"> 32 32 <?php 33 printf( _n( 'One thought on & ldquo;%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentyeleven' ),33 printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentyeleven' ), 34 34 number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); 35 35 ?> 36 36 </h2> … … 38 38 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 39 39 <nav id="comment-nav-above"> 40 40 <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( __( '← Older Comments', 'twentyeleven' ) ); ?></div> 42 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div> 43 43 </nav> 44 44 <?php endif; // check for comment navigation ?> 45 45 … … 58 58 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 59 59 <nav id="comment-nav-below"> 60 60 <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( __( '← Older Comments', 'twentyeleven' ) ); ?></div> 62 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div> 63 63 </nav> 64 64 <?php endif; // check for comment navigation ?> 65 65 -
wp-content/themes/twentyeleven/content-aside.php
30 30 </div><!-- .entry-summary --> 31 31 <?php else : ?> 32 32 <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">→</span>', 'twentyeleven' ) ); ?> 34 34 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 35 35 </div><!-- .entry-content --> 36 36 <?php endif; ?> -
wp-content/themes/twentyeleven/content-gallery.php
29 29 <?php else : ?> 30 30 <div class="entry-content"> 31 31 <?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">→</span>', 'twentyeleven' ) ); ?> 33 33 34 34 <?php else : ?> 35 35 <?php -
wp-content/themes/twentyeleven/content-image.php
24 24 </header><!-- .entry-header --> 25 25 26 26 <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">→</span>', 'twentyeleven' ) ); ?> 28 28 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 29 29 </div><!-- .entry-content --> 30 30 -
wp-content/themes/twentyeleven/content-link.php
30 30 </div><!-- .entry-summary --> 31 31 <?php else : ?> 32 32 <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">→</span>', 'twentyeleven' ) ); ?> 34 34 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 35 35 </div><!-- .entry-content --> 36 36 <?php endif; ?> -
wp-content/themes/twentyeleven/content-quote.php
32 32 </div><!-- .entry-summary --> 33 33 <?php else : ?> 34 34 <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">→</span>', 'twentyeleven' ) ); ?> 36 36 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 37 37 </div><!-- .entry-content --> 38 38 <?php endif; ?> -
wp-content/themes/twentyeleven/content-single.php
61 61 <?php the_author_meta( 'description' ); ?> 62 62 <div id="author-link"> 63 63 <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">→</span>', 'twentyeleven' ), get_the_author() ); ?> 65 65 </a> 66 66 </div><!-- #author-link --> 67 67 </div><!-- #author-description --> -
wp-content/themes/twentyeleven/content-status.php
31 31 <div class="entry-content"> 32 32 <div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div> 33 33 34 <?php the_content( __( 'Continue reading <span class="meta-nav">& rarr;</span>', 'twentyeleven' ) ); ?>34 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?> 35 35 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 36 36 </div><!-- .entry-content --> 37 37 <?php endif; ?> -
wp-content/themes/twentyeleven/content.php
38 38 </div><!-- .entry-summary --> 39 39 <?php else : ?> 40 40 <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">→</span>', 'twentyeleven' ) ); ?> 42 42 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 43 43 </div><!-- .entry-content --> 44 44 <?php endif; ?> -
wp-content/themes/twentyeleven/functions.php
341 341 * Returns a "Continue Reading" link for excerpts 342 342 */ 343 343 function 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">→</span>', 'twentyeleven' ) . '</a>'; 345 345 } 346 346 347 347 /** … … 351 351 * function tied to the excerpt_more filter hook. 352 352 */ 353 353 function twentyeleven_auto_excerpt_more( $more ) { 354 return ' & hellip;' . twentyeleven_continue_reading_link();354 return ' …' . twentyeleven_continue_reading_link(); 355 355 } 356 356 add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' ); 357 357 … … 448 448 if ( $wp_query->max_num_pages > 1 ) : ?> 449 449 <nav id="<?php echo $nav_id; ?>"> 450 450 <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">←</span> Older posts', 'twentyeleven' ) ); ?></div> 452 <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></div> 453 453 </nav><!-- #nav-above --> 454 454 <?php endif; 455 455 } … … 560 560 <div class="comment-content"><?php comment_text(); ?></div> 561 561 562 562 <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>↓</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 564 564 </div><!-- .reply --> 565 565 </article><!-- #comment-## --> 566 566 -
wp-content/themes/twentyeleven/image.php
16 16 17 17 <nav id="nav-single"> 18 18 <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, __( '← Previous' , 'twentyeleven' ) ); ?></span> 20 <span class="nav-next"><?php next_image_link( false, __( 'Next →' , 'twentyeleven' ) ); ?></span> 21 21 </nav><!-- #nav-single --> 22 22 23 23 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> … … 27 27 <div class="entry-meta"> 28 28 <?php 29 29 $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 × %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ), 31 31 esc_attr( get_the_time() ), 32 32 get_the_date(), 33 33 esc_url( wp_get_attachment_url() ), -
wp-content/themes/twentyeleven/inc/widgets.php
88 88 <li class="widget-entry-title"> 89 89 <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> 90 90 <span class="comments-link"> 91 <?php comments_popup_link( __( '0 <span class="reply">comments & rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment →</span>', 'twentyeleven' ), __( '% <span class="reply">comments →</span>', 'twentyeleven' ) ); ?>91 <?php comments_popup_link( __( '0 <span class="reply">comments →</span>', 'twentyeleven' ), __( '1 <span class="reply">comment →</span>', 'twentyeleven' ), __( '% <span class="reply">comments →</span>', 'twentyeleven' ) ); ?> 92 92 </span> 93 93 </li> 94 94 … … 102 102 if ( empty( $link_url ) ) 103 103 $link_url = get_permalink(); 104 104 ?> 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>→</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(); ?> <span>→</span></a> 106 106 <span class="comments-link"> 107 <?php comments_popup_link( __( '0 <span class="reply">comments & rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment →</span>', 'twentyeleven' ), __( '% <span class="reply">comments →</span>', 'twentyeleven' ) ); ?>107 <?php comments_popup_link( __( '0 <span class="reply">comments →</span>', 'twentyeleven' ), __( '1 <span class="reply">comment →</span>', 'twentyeleven' ), __( '% <span class="reply">comments →</span>', 'twentyeleven' ) ); ?> 108 108 </span> 109 109 </li> 110 110 -
wp-content/themes/twentyeleven/single.php
16 16 17 17 <nav id="nav-single"> 18 18 <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">←</span> Previous', 'twentyeleven' ) ); ?></span> 20 <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> 21 21 </nav><!-- #nav-single --> 22 22 23 23 <?php get_template_part( 'content', 'single' ); ?> -
wp-content/themes/twentyten/comments.php
38 38 39 39 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 40 40 <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">←</span> Older Comments', 'twentyten' ) ); ?></div> 42 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 43 43 </div> <!-- .navigation --> 44 44 <?php endif; // check for comment navigation ?> 45 45 … … 57 57 58 58 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 59 59 <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">←</span> Older Comments', 'twentyten' ) ); ?></div> 61 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 62 62 </div><!-- .navigation --> 63 63 <?php endif; // check for comment navigation ?> 64 64 -
wp-content/themes/twentyten/functions.php
250 250 * @return string "Continue Reading" link 251 251 */ 252 252 function 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">→</span>', 'twentyten' ) . '</a>'; 254 254 } 255 255 256 256 /** … … 263 263 * @return string An ellipsis 264 264 */ 265 265 function twentyten_auto_excerpt_more( $more ) { 266 return ' & hellip;' . twentyten_continue_reading_link();266 return ' …' . twentyten_continue_reading_link(); 267 267 } 268 268 add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' ); 269 269 -
wp-content/themes/twentyten/loop-attachment.php
20 20 <?php if ( ! empty( $post->post_parent ) ) : ?> 21 21 <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 22 22 /* 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">←</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) ); 24 24 ?></a></p> 25 25 <?php endif; ?> 26 26 … … 51 51 echo ' <span class="meta-sep">|</span> '; 52 52 $metadata = wp_get_attachment_metadata(); 53 53 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 × %4$s</a>', 55 55 wp_get_attachment_url(), 56 56 esc_attr( __( 'Link to full-size image', 'twentyten' ) ), 57 57 $metadata['width'], … … 101 101 </div><!-- .entry-attachment --> 102 102 <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div> 103 103 104 <?php the_content( __( 'Continue reading <span class="meta-nav">& rarr;</span>', 'twentyten' ) ); ?>104 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> 105 105 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 106 106 107 107 </div><!-- .entry-content --> -
wp-content/themes/twentyten/loop-single.php
18 18 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> 19 19 20 20 <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( '←', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div> 22 <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'twentyten' ) . '</span>' ); ?></div> 23 23 </div><!-- #nav-above --> 24 24 25 25 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> … … 44 44 <?php the_author_meta( 'description' ); ?> 45 45 <div id="author-link"> 46 46 <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">→</span>', 'twentyten' ), get_the_author() ); ?> 48 48 </a> 49 49 </div><!-- #author-link --> 50 50 </div><!-- #author-description --> … … 58 58 </div><!-- #post-## --> 59 59 60 60 <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( '←', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div> 62 <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'twentyten' ) . '</span>' ); ?></div> 63 63 </div><!-- #nav-below --> 64 64 65 65 <?php comments_template( '', true ); ?> -
wp-content/themes/twentyten/loop.php
22 22 <?php /* Display navigation to next/previous pages when applicable */ ?> 23 23 <?php if ( $wp_query->max_num_pages > 1 ) : ?> 24 24 <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">←</span> Older posts', 'twentyten' ) ); ?></div> 26 <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 27 27 </div><!-- #nav-above --> 28 28 <?php endif; ?> 29 29 … … 112 112 </div><!-- .entry-summary --> 113 113 <?php else : ?> 114 114 <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">→</span>', 'twentyten' ) ); ?> 116 116 </div><!-- .entry-content --> 117 117 <?php endif; ?> 118 118 … … 140 140 </div><!-- .entry-summary --> 141 141 <?php else : ?> 142 142 <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">→</span>', 'twentyten' ) ); ?> 144 144 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 145 145 </div><!-- .entry-content --> 146 146 <?php endif; ?> … … 175 175 <?php /* Display navigation to next/previous pages when applicable */ ?> 176 176 <?php if ( $wp_query->max_num_pages > 1 ) : ?> 177 177 <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">←</span> Older posts', 'twentyten' ) ); ?></div> 179 <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 180 180 </div><!-- #nav-below --> 181 181 <?php endif; ?> -
wp-includes/admin-bar.php
229 229 230 230 $title = wp_html_excerpt( $blogname, 40 ); 231 231 if ( $title != $blogname ) 232 $title = trim( $title ) . '& hellip;';232 $title = trim( $title ) . '…'; 233 233 234 234 $wp_admin_bar->add_menu( array( 235 235 'id' => 'site-name', -
wp-includes/category-template.php
934 934 * @param array $args Uses 'selected' and 'show_count' keys, if they exist. 935 935 */ 936 936 function start_el( &$output, $category, $depth, $args, $id = 0 ) { 937 $pad = str_repeat('& nbsp;', $depth * 3);937 $pad = str_repeat(' ', $depth * 3); 938 938 939 939 $cat_name = apply_filters('list_cats', $category->name, $category); 940 940 $output .= "\t<option class=\"level-$depth\" value=\"".$category->term_id."\""; … … 943 943 $output .= '>'; 944 944 $output .= $pad.$cat_name; 945 945 if ( $args['show_count'] ) 946 $output .= '& nbsp; ('. $category->count .')';946 $output .= '  ('. $category->count .')'; 947 947 $output .= "</option>\n"; 948 948 } 949 949 } -
wp-includes/class-snoopy.php
701 701 "'&A(uml|UML);'", 702 702 "'&O(uml|UML);'", 703 703 "'&U(uml|UML);'", 704 "'& szlig;'i",704 "'ß'i", 705 705 ); 706 706 $replace = array( "", 707 707 "", -
wp-includes/class-wp-customize-control.php
219 219 array( 220 220 'name' => '_customize-dropdown-pages-' . $this->id, 221 221 'echo' => 0, 222 'show_option_none' => __( '& mdash; Select —' ),222 'show_option_none' => __( '— Select —' ), 223 223 'option_none_value' => '0', 224 224 'selected' => $this->value(), 225 225 ) -
wp-includes/class-wp-customize-manager.php
867 867 ) ); 868 868 869 869 if ( $menus ) { 870 $choices = array( 0 => __( '& mdash; Select —' ) );870 $choices = array( 0 => __( '— Select —' ) ); 871 871 foreach ( $menus as $menu ) { 872 872 $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 ) . '…'; 874 874 $choices[ $menu->term_id ] = $truncated_name; 875 875 } 876 876 -
wp-includes/comment-template.php
1364 1364 <div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"> 1365 1365 <?php 1366 1366 /* 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; ','' );1367 printf( __('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),'  ','' ); 1368 1368 ?> 1369 1369 </div> 1370 1370 -
wp-includes/default-widgets.php
355 355 356 356 function widget( $args, $instance ) { 357 357 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']) ? ' ' : $instance['title'], $instance, $this->id_base); 359 359 echo $before_widget; 360 360 if ( $title ) 361 361 echo $before_title . $title . $after_title; … … 427 427 428 428 <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> 429 429 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); ?> /> <label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p> 431 431 <?php 432 432 } 433 433 } … … 848 848 $desc = str_replace( array("\n", "\r"), ' ', esc_attr( strip_tags( @html_entity_decode( $item->get_description(), ENT_QUOTES, get_option('blog_charset') ) ) ) ); 849 849 $desc = wp_html_excerpt( $desc, 360 ); 850 850 851 // Append ellipsis. Change existing [...] to [& hellip;].851 // Append ellipsis. Change existing [...] to […]. 852 852 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 ) . '[…]'; 854 elseif ( '[…]' != substr( $desc, -10 ) ) 855 $desc .= ' […]'; 856 856 857 857 $desc = esc_html( $desc ); 858 858 -
wp-includes/functions.php
2023 2023 } 2024 2024 2025 2025 if ( isset( $r['back_link'] ) && $r['back_link'] ) { 2026 $back_text = $have_gettext? __('& laquo; Back') : '« Back';2026 $back_text = $have_gettext? __('« Back') : '« Back'; 2027 2027 $message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>"; 2028 2028 } 2029 2029 … … 2035 2035 } 2036 2036 2037 2037 if ( empty($title) ) 2038 $title = $have_gettext ? __('WordPress & rsaquo; Error') : 'WordPress › Error';2038 $title = $have_gettext ? __('WordPress › Error') : 'WordPress › Error'; 2039 2039 2040 2040 $text_direction = 'ltr'; 2041 2041 if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] ) -
wp-includes/general-template.php
520 520 * 521 521 * @since 1.0.0 522 522 * 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 '»'. How to separate the various items within the page title. 524 524 * @param bool $display Optional, default is true. Whether to display or retrieve title. 525 525 * @param string $seplocation Optional. Direction to display title, 'right'. 526 526 * @return string|null String on retrieve, null when displaying. 527 527 */ 528 function wp_title($sep = '& raquo;', $display = true, $seplocation = '') {528 function wp_title($sep = '»', $display = true, $seplocation = '') { 529 529 global $wpdb, $wp_locale; 530 530 531 531 $m = get_query_var('m'); … … 938 938 /* translators: 1: month name, 2: 4-digit year */ 939 939 $text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month), $arcresult->year); 940 940 if ( $show_post_count ) 941 $after = '& nbsp;('.$arcresult->posts.')' . $afterafter;941 $after = ' ('.$arcresult->posts.')' . $afterafter; 942 942 $output .= get_archives_link($url, $text, $format, $before, $after); 943 943 } 944 944 } … … 959 959 $url = get_year_link($arcresult->year); 960 960 $text = sprintf('%d', $arcresult->year); 961 961 if ($show_post_count) 962 $after = '& nbsp;('.$arcresult->posts.')' . $afterafter;962 $after = ' ('.$arcresult->posts.')' . $afterafter; 963 963 $output .= get_archives_link($url, $text, $format, $before, $after); 964 964 } 965 965 } … … 981 981 $date = sprintf('%1$d-%2$02d-%3$02d 00:00:00', $arcresult->year, $arcresult->month, $arcresult->dayofmonth); 982 982 $text = mysql2date($archive_day_date_format, $date); 983 983 if ($show_post_count) 984 $after = '& nbsp;('.$arcresult->posts.')'.$afterafter;984 $after = ' ('.$arcresult->posts.')'.$afterafter; 985 985 $output .= get_archives_link($url, $text, $format, $before, $after); 986 986 } 987 987 } … … 1010 1010 $url = sprintf('%1$s/%2$s%3$sm%4$s%5$s%6$sw%7$s%8$d', home_url(), '', '?', '=', $arc_year, '&', '=', $arcresult->week); 1011 1011 $text = $arc_week_start . $archive_week_separator . $arc_week_end; 1012 1012 if ($show_post_count) 1013 $after = '& nbsp;('.$arcresult->posts.')'.$afterafter;1013 $after = ' ('.$arcresult->posts.')'.$afterafter; 1014 1014 $output .= get_archives_link($url, $text, $format, $before, $after); 1015 1015 } 1016 1016 } … … 1170 1170 <tr>'; 1171 1171 1172 1172 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)))) . '">« ' . $wp_locale->get_month_abbrev($wp_locale->get_month($previous->month)) . '</a></td>'; 1174 1174 } 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"> </td>'; 1176 1176 } 1177 1177 1178 $calendar_output .= "\n\t\t".'<td class="pad">& nbsp;</td>';1178 $calendar_output .= "\n\t\t".'<td class="pad"> </td>'; 1179 1179 1180 1180 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)) . ' »</a></td>'; 1182 1182 } 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"> </td>'; 1184 1184 } 1185 1185 1186 1186 $calendar_output .= ' … … 1232 1232 // See how much we should pad in the beginning 1233 1233 $pad = calendar_week_mod(date('w', $unixmonth)-$week_begins); 1234 1234 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"> </td>'; 1236 1236 1237 1237 $daysinmonth = intval(date('t', $unixmonth)); 1238 1238 for ( $day = 1; $day <= $daysinmonth; ++$day ) { … … 1257 1257 1258 1258 $pad = 7 - calendar_week_mod(date('w', mktime(0, 0 , 0, $thismonth, $day, $thisyear))-$week_begins); 1259 1259 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) .'"> </td>'; 1261 1261 1262 1262 $calendar_output .= "\n\t</tr>\n\t</tbody>\n\t</table>"; 1263 1263 … … 1599 1599 1600 1600 $defaults = array( 1601 1601 /* translators: Separator between blog name and feed type in feed links */ 1602 'separator' => _x('& raquo;', 'feed link'),1602 'separator' => _x('»', 'feed link'), 1603 1603 /* translators: 1: blog title, 2: separator (raquo) */ 1604 1604 'feedtitle' => __('%1$s %2$s Feed'), 1605 1605 /* translators: %s: blog title, 2: separator (raquo) */ … … 1622 1622 function feed_links_extra( $args = array() ) { 1623 1623 $defaults = array( 1624 1624 /* translators: Separator between blog name and feed type in feed links */ 1625 'separator' => _x('& raquo;', 'feed link'),1625 'separator' => _x('»', 'feed link'), 1626 1626 /* translators: 1: blog name, 2: separator(raquo), 3: post title */ 1627 1627 'singletitle' => __('%1$s %2$s %3$s Comments Feed'), 1628 1628 /* translators: 1: blog name, 2: separator(raquo), 3: category name */ … … 1924 1924 'current' => 0, 1925 1925 'show_all' => false, 1926 1926 'prev_next' => true, 1927 'prev_text' => __('& laquo; Previous'),1928 'next_text' => __('Next & raquo;'),1927 'prev_text' => __('« Previous'), 1928 'next_text' => __('Next »'), 1929 1929 'end_size' => 1, 1930 1930 'mid_size' => 2, 1931 1931 'type' => 'plain', … … 1972 1972 $page_links[] = "<a class='page-numbers' href='" . esc_url( apply_filters( 'paginate_links', $link ) ) . "'>$n_display</a>"; 1973 1973 $dots = true; 1974 1974 elseif ( $dots && !$show_all ) : 1975 $page_links[] = '<span class="page-numbers dots">' . __( '& hellip;' ) . '</span>';1975 $page_links[] = '<span class="page-numbers dots">' . __( '…' ) . '</span>'; 1976 1976 $dots = false; 1977 1977 endif; 1978 1978 endif; -
wp-includes/js/tinymce/plugins/media/media.htm
38 38 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 39 39 <tr> 40 40 <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"> </td> 42 42 </tr> 43 43 </table> 44 44 </td> … … 53 53 <table role="presentation" border="0" cellpadding="0" cellspacing="0"> 54 54 <tr> 55 55 <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; <input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td>56 <td>  <input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td> 57 57 <td><label id="constrainlabel" for="constrain">{#media_dlg.constrain_proportions}</label></td> 58 58 </tr> 59 59 </table> … … 97 97 <table role="presentation" border="0" cellpadding="0" cellspacing="0"> 98 98 <tr> 99 99 <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"> </td> 101 101 </tr> 102 102 </table> 103 103 </td> … … 122 122 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 123 123 <tr> 124 124 <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"> </td> 126 126 </tr> 127 127 </table> 128 128 </td> … … 134 134 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 135 135 <tr> 136 136 <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"> </td> 138 138 </tr> 139 139 </table> 140 140 </td> … … 146 146 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 147 147 <tr> 148 148 <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"> </td> 150 150 </tr> 151 151 </table> 152 152 </td> … … 250 250 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 251 251 <tr> 252 252 <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"> </td> 254 254 </tr> 255 255 </table> 256 256 </td> … … 262 262 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 263 263 <tr> 264 264 <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"> </td> 266 266 </tr> 267 267 </table> 268 268 </td> … … 535 535 </select> 536 536 </td> 537 537 538 <td colspan="2">& nbsp;</td>538 <td colspan="2"> </td> 539 539 </tr> 540 540 541 541 <tr> … … 568 568 <table role="presentation" border="0" cellspacing="0" cellpadding="0"> 569 569 <tr> 570 570 <td><input type="text" id="quicktime_qtsrc" name="quicktime_qtsrc" onchange="Media.formToData();" /></td> 571 <td id="qtsrcfilebrowsercontainer">& nbsp;</td>571 <td id="qtsrcfilebrowsercontainer"> </td> 572 572 </tr> 573 573 </table> 574 574 </td> … … 798 798 </td> 799 799 800 800 <td colspan="2"> 801 & nbsp;801   802 802 </td> 803 803 </tr> 804 804 -
wp-includes/js/tinymce/themes/advanced/about.htm
21 21 <p>Version: <span id="version"></span> (<span id="date"></span>)</p> 22 22 <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> 23 23 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 © 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p> 25 25 <p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p> 26 26 27 27 <div id="buttoncontainer"> … … 36 36 <div id="plugintablecontainer"> 37 37 </div> 38 38 39 <p>& nbsp;</p>39 <p> </p> 40 40 </div> 41 41 </div> 42 42 -
wp-includes/js/tinymce/themes/advanced/charmap.htm
17 17 <td width="100" align="center" valign="top"> 18 18 <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation"> 19 19 <tr> 20 <td id="codeV">& nbsp;</td>20 <td id="codeV"> </td> 21 21 </tr> 22 22 <tr> 23 <td id="codeN">& nbsp;</td>23 <td id="codeN"> </td> 24 24 </tr> 25 25 </table> 26 26 </td> … … 32 32 <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> 33 33 </tr> 34 34 <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"> </td> 36 36 </tr> 37 37 <tr> 38 <td style="font-size: 1px;">& nbsp;</td>38 <td style="font-size: 1px;"> </td> 39 39 </tr> 40 40 <tr> 41 41 <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> 42 42 </tr> 43 43 <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"> </td> 45 45 </tr> 46 46 </table> 47 47 </td> -
wp-includes/js/tinymce/themes/advanced/image.htm
23 23 <td><table border="0" cellspacing="0" cellpadding="0"> 24 24 <tr> 25 25 <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"> </td> 27 27 </tr> 28 28 </table></td> 29 29 </tr> -
wp-includes/js/tinymce/themes/advanced/link.htm
24 24 <td><table border="0" cellspacing="0" cellpadding="0"> 25 25 <tr> 26 26 <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"> </td> 28 28 </tr> 29 29 </table></td> 30 30 </tr> -
wp-includes/js/tinymce/wp-mce-help.php
253 253 <tr><th>n</th><td><?php _e('Check Spelling') ?></td><th>l</th><td><?php _e('Align Left') ?></td></tr> 254 254 <tr><th>j</th><td><?php _e('Justify Text') ?></td><th>c</th><td><?php _e('Align Center') ?></td></tr> 255 255 <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>•</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link') ?></td></tr> 257 257 <tr><th>o</th><td>1. <?php _e('List') ?></td><th>s</th><td><?php _e('Remove link') ?></td></tr> 258 258 <tr><th>q</th><td><?php _e('Quote') ?></td><th>m</th><td><?php _e('Insert Image') ?></td></tr> 259 259 <tr><th>g</th><td><?php _e('Full Screen') ?></td><th>t</th><td><?php _e('Insert More Tag') ?></td></tr> … … 272 272 273 273 <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p> 274 274 <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 © 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p> 276 276 <p><?php _e('For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.') ?></p> 277 277 278 278 <div id="buttoncontainer"> -
wp-includes/kses.php
1241 1241 * Convert all entities to their character counterparts. 1242 1242 * 1243 1243 * This function decodes numeric HTML entities (A and A). It doesn't do 1244 * anything with other entities like & auml;, but we don't need them in the URL1244 * anything with other entities like ä, but we don't need them in the URL 1245 1245 * protocol whitelisting system anyway. 1246 1246 * 1247 1247 * @since 1.0.0 -
wp-includes/link-template.php
1306 1306 * @param bool $in_same_cat Optional. Whether link should be in a same category. 1307 1307 * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs. 1308 1308 */ 1309 function previous_post_link($format='& laquo; %link', $link='%title', $in_same_cat = false, $excluded_categories = '') {1309 function previous_post_link($format='« %link', $link='%title', $in_same_cat = false, $excluded_categories = '') { 1310 1310 adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, true); 1311 1311 } 1312 1312 … … 1320 1320 * @param bool $in_same_cat Optional. Whether link should be in a same category. 1321 1321 * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs. 1322 1322 */ 1323 function next_post_link($format='%link & raquo;', $link='%title', $in_same_cat = false, $excluded_categories = '') {1323 function next_post_link($format='%link »', $link='%title', $in_same_cat = false, $excluded_categories = '') { 1324 1324 adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, false); 1325 1325 } 1326 1326 … … 1493 1493 $nextpage = intval($paged) + 1; 1494 1494 1495 1495 if ( null === $label ) 1496 $label = __( 'Next Page & raquo;' );1496 $label = __( 'Next Page »' ); 1497 1497 1498 1498 if ( !is_single() && ( $nextpage <= $max_page ) ) { 1499 1499 $attr = apply_filters( 'next_posts_link_attributes', '' ); … … 1564 1564 global $paged; 1565 1565 1566 1566 if ( null === $label ) 1567 $label = __( '& laquo; Previous Page' );1567 $label = __( '« Previous Page' ); 1568 1568 1569 1569 if ( !is_single() && $paged > 1 ) { 1570 1570 $attr = apply_filters( 'previous_posts_link_attributes', '' ); … … 1600 1600 if ( !is_singular() ) { 1601 1601 $defaults = array( 1602 1602 'sep' => ' — ', 1603 'prelabel' => __('& laquo; Previous Page'),1604 'nxtlabel' => __('Next Page & raquo;'),1603 'prelabel' => __('« Previous Page'), 1604 'nxtlabel' => __('Next Page »'), 1605 1605 ); 1606 1606 $args = wp_parse_args( $args, $defaults ); 1607 1607 … … 1702 1702 return; 1703 1703 1704 1704 if ( empty($label) ) 1705 $label = __('Newer Comments & raquo;');1705 $label = __('Newer Comments »'); 1706 1706 1707 1707 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', '&$1', $label) .'</a>'; 1708 1708 } … … 1739 1739 $prevpage = intval($page) - 1; 1740 1740 1741 1741 if ( empty($label) ) 1742 $label = __('& laquo; Older Comments');1742 $label = __('« Older Comments'); 1743 1743 1744 1744 return '<a href="' . esc_url( get_comments_pagenum_link( $prevpage ) ) . '" ' . apply_filters( 'previous_comments_link_attributes', '' ) . '>' . preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&$1', $label) .'</a>'; 1745 1745 } -
wp-includes/post-template.php
1104 1104 * @param array $args Uses 'selected' argument for selected page to set selected HTML attribute for option element. 1105 1105 */ 1106 1106 function start_el(&$output, $page, $depth, $args, $id = 0) { 1107 $pad = str_repeat('& nbsp;', $depth * 3);1107 $pad = str_repeat(' ', $depth * 3); 1108 1108 1109 1109 $output .= "\t<option class=\"level-$depth\" value=\"$page->ID\""; 1110 1110 if ( $page->ID == $args['selected'] ) -
wp-includes/script-loader.php
212 212 'file_cancelled' => __('File canceled.'), 213 213 'upload_stopped' => __('Upload stopped.'), 214 214 'dismiss' => __('Dismiss'), 215 'crunching' => __('Crunching& hellip;'),215 'crunching' => __('Crunching…'), 216 216 'deleted' => __('moved to the trash.'), 217 217 'error_uploading' => __('“%s” has failed to upload.') 218 218 ); -
wp-includes/theme-compat/comments-popup.php
68 68 69 69 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 70 70 <?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 »</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p> 72 72 <?php else : ?> 73 73 <p> 74 74 <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
69 69 70 70 <?php if ( is_user_logged_in() ) : ?> 71 71 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 »'); ?></a></p> 73 73 74 74 <?php else : ?> 75 75 -
wp-includes/theme-compat/header.php
15 15 <head profile="http://gmpg.org/xfn/11"> 16 16 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 17 17 18 <title><?php wp_title('& laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>18 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 19 19 20 20 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 21 21 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> -
wp-includes/wp-diff.php
127 127 * @return string 128 128 */ 129 129 function emptyLine() { 130 return '<td colspan="2">& nbsp;</td>';130 return '<td colspan="2"> </td>'; 131 131 } 132 132 133 133 /** -
wp-load.php
57 57 $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>'; 58 58 $die .= '<p><a href="' . $path . '" class="button">' . __( "Create a Configuration File" ) . '</a>'; 59 59 60 wp_die( $die, __( 'WordPress & rsaquo; Error' ) );60 wp_die( $die, __( 'WordPress › Error' ) ); 61 61 } -
wp-login.php
58 58 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 59 59 <head> 60 60 <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'); ?> › <?php echo $title; ?></title> 62 62 <?php 63 63 64 64 wp_admin_css( 'wp-admin', true ); … … 137 137 138 138 // Don't allow interim logins to navigate away from the page. 139 139 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( __( '← Back to %s' ), get_bloginfo( 'title', 'display' ) ); ?></a></p> 141 141 <?php endif; ?> 142 142 143 143 </div> -
wp-signup.php
130 130 _e( '(Must be at least 4 characters, letters and numbers only.)' ); 131 131 ?> 132 132 133 <label for="user_email"><?php _e( 'Email& nbsp;Address:' ) ?></label>133 <label for="user_email"><?php _e( 'Email Address:' ) ?></label> 134 134 <?php if ( $errmsg = $errors->get_error_message('user_email') ) { ?> 135 135 <p class="error"><?php echo $errmsg ?></p> 136 136 <?php } ?>