Changeset 26760
- Timestamp:
- 12/07/2013 12:52:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26754 r26760 20 20 <div class="wrap about-wrap"> 21 21 22 <h1><?php printf( __( 'Welcome to WordPress 22 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 23 23 24 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress 24 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress yet.' ), $display_version ); ?></div> 25 25 26 26 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> … … 37 37 38 38 <div class="changelog"> 39 <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new 39 <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new design' ); ?></h2> 40 40 <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" /> 41 41 <div class="feature-section col three-col about-updates"> … … 63 63 <div class="feature-section col two-col"> 64 64 <div> 65 <h3><?php echo ( 'WordPress on every 65 <h3><?php echo ( 'WordPress on every device' ); ?></h3> 66 66 <p><?php echo ( 'Whether you’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> 67 67 <h4><?php echo ( 'High definition is here' ); ?></h4> … … 119 119 120 120 <div class="changelog"> 121 <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine 121 <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2> 122 122 <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" /> 123 123 124 124 <div class="feature-section col one-col center-col"> 125 125 <div> 126 <h3><?php echo ( 'Turn your blog into a 126 <h3><?php echo ( 'Turn your blog into a magazine' ); ?></h3> 127 127 <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> 128 128 <p><?php echo ( 'Creating a magazine website with WordPress has never been easier.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.