Use instead of   as it's more familiar to translators.
See #26387, [26760]. Built from https://develop.svn.wordpress.org/trunk@26764 git-svn-id: http://core.svn.wordpress.org/trunk@26652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2047f5715f
commit
9472ced40f
|
@ -19,9 +19,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
?>
|
||||
<div class="wrap about-wrap">
|
||||
|
||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||
|
||||
<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div>
|
||||
<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div>
|
||||
|
||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||
|
||||
|
@ -36,7 +36,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
</h2>
|
||||
|
||||
<div class="changelog">
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new design' ); ?></h2>
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new design' ); ?></h2>
|
||||
<img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />
|
||||
<div class="feature-section col three-col about-updates">
|
||||
<div class="col-1">
|
||||
|
@ -62,7 +62,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<div class="changelog">
|
||||
<div class="feature-section col two-col">
|
||||
<div>
|
||||
<h3><?php echo ( 'WordPress on every device' ); ?></h3>
|
||||
<h3><?php echo ( 'WordPress on every device' ); ?></h3>
|
||||
<p><?php echo ( 'Whether you’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>
|
||||
<h4><?php echo ( 'High definition is here' ); ?></h4>
|
||||
<p><?php echo ( 'WordPress is sharper than ever; vector icons mean no more blurry edges. You get the best viewing experience no matter what type of device you use.' ); ?></p>
|
||||
|
@ -118,12 +118,12 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<hr class="flush-top">
|
||||
|
||||
<div class="changelog">
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>
|
||||
<img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" />
|
||||
|
||||
<div class="feature-section col one-col center-col">
|
||||
<div>
|
||||
<h3><?php echo ( 'Turn your blog into a magazine' ); ?></h3>
|
||||
<h3><?php echo ( 'Turn your blog into a magazine' ); ?></h3>
|
||||
<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>
|
||||
<p><?php echo ( 'Creating a magazine website with WordPress has never been easier.' ); ?></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue