Make WordPress Core

Changeset 26760


Ignore:
Timestamp:
12/07/2013 12:52:03 AM (11 years ago)
Author:
iammattthomas
Message:

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

File:
1 edited

Legend:

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

    r26754 r26760  
    2020<div class="wrap about-wrap">
    2121
    22 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
     22<h1><?php printf( __( 'Welcome to WordPress&#160;%s' ), $display_version ); ?></h1>
    2323
    24 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div>
     24<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&#160;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 design' ); ?></h2>
     39    <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new&#160;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 device' ); ?></h3>
     65            <h3><?php echo ( 'WordPress on every&#160;device' ); ?></h3>
    6666            <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>
    6767            <h4><?php echo ( 'High definition is here' ); ?></h4>
     
    119119
    120120<div class="changelog">
    121     <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>
     121    <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&#160;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 magazine' ); ?></h3>
     126            <h3><?php echo ( 'Turn your blog into a&#160;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.