Make WordPress Core

Changeset 26764


Ignore:
Timestamp:
12/07/2013 01:33:34 AM (9 years ago)
Author:
nacin
Message:

Use   instead of   as it's more familiar to translators.

See #26387, [26760].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r26763 r26764  
    2020<div class="wrap about-wrap">
    2121
    22 <h1><?php printf( __( 'Welcome to WordPress&#160;%s' ), $display_version ); ?></h1>
     22<h1><?php printf( __( 'Welcome to WordPress&nbsp;%s' ), $display_version ); ?></h1>
    2323
    24 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&#160;yet.' ), $display_version ); ?></div>
     24<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&nbsp;yet.' ), $display_version ); ?></div>
    2525
    2626<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
     
    3737
    3838<div class="changelog">
    39     <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new&#160;design' ); ?></h2>
     39    <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new&nbsp;design' ); ?></h2>
    4040    <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />
    4141    <div class="feature-section col three-col about-updates">
     
    6363    <div class="feature-section col two-col">
    6464        <div>
    65             <h3><?php echo ( 'WordPress on every&#160;device' ); ?></h3>
     65            <h3><?php echo ( 'WordPress on every&nbsp;device' ); ?></h3>
    6666            <p><?php echo ( 'Whether you&#8217;re on your smartphone or tablet, your notebook or desktop, WordPress looks great on every device. Now you can update your website wherever you are.' ); ?></p>
    6767            <h4><?php echo ( 'High definition is here' ); ?></h4>
     
    8383            <?php $user_id = get_current_user_id(); ?>
    8484            <?php if ( count($_wp_admin_css_colors) > 1 && has_action('admin_color_scheme_picker') ) :?>
    85                 <?php 
     85                <?php
    8686                wp_nonce_field('update-user_' . $user_id);
    8787                /** This action is documented in wp-admin/user-edit.php */
    88                 do_action( 'admin_color_scheme_picker' ); 
     88                do_action( 'admin_color_scheme_picker' );
    8989                ?>
    9090            <?php else : ?>
     
    119119
    120120<div class="changelog">
    121     <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&#160;theme' ); ?></h2>
     121    <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&nbsp;theme' ); ?></h2>
    122122    <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" />
    123123
    124124    <div class="feature-section col one-col center-col">
    125125        <div>
    126             <h3><?php echo ( 'Turn your blog into a&#160;magazine' ); ?></h3>
     126            <h3><?php echo ( 'Turn your blog into a&nbsp;magazine' ); ?></h3>
    127127            <p><?php echo ( 'With a striking design that does not compromise on our trademark simplicity, Twenty Fourteen is our boldest default theme. Choose a grid or a slider to display featured content on your homepage. Customize your homepage with three widget areas or change your layout with two page templates.' ); ?></p>
    128128            <p><?php echo ( 'Creating a magazine website with WordPress has never been easier.' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.