Use non-breaking spaces before the last word in headlines to prevent widows when wrapping at responsive sizes. See #26387.

Built from https://develop.svn.wordpress.org/trunk@26760


git-svn-id: http://core.svn.wordpress.org/trunk@26648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-07 00:53:12 +00:00
parent 7ab63ed719
commit e14955f9c5
1 changed files with 6 additions and 6 deletions

View File

@ -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&#160;%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&#160;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&#160;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&#160;device' ); ?></h3>
<p><?php echo ( 'Whether you&#8217;re on your smartphone or tablet, your notebook or desktop, WordPress looks beautiful 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 and graphics 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&#160;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&#160;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>