Make WordPress Core

Ticket #31929: 31929.8.patch

File 31929.8.patch, 5.7 KB (added by DrewAPicture, 10 years ago)
  • src/wp-admin/about.php

     
    4444<div class="changelog headline-feature dfw">
    4545        <h2>[video]</h2>
    4646
    47         <h2><?php echo ( 'An easier way to share content' ); ?></h2>
    4847        <div class="feature-section">
    4948                <div class="dfw-container">
    5049                        <img src="//s.w.org/images/core/4.1/focus.png" class="base-image" />
    5150                </div>
    52                 <h3><?php echo ( 'Press This Modernized' ); ?></h3>
    53                 <p><?php echo ( 'Clip it, edit it, publish it. Get familiar with the new and improved Press This. From the tools menu, add Press This to your browser bookmark bar or your mobile device home screen. Once installed you can share your content with lightning speed. Sharing your favorite videos, images, and content has never been this fast or this easy.' ); ?></p>
     51                <h3><?php echo ( 'An easier way to share content' ); ?></h3>
     52                <p><?php printf( 'Clip it, edit it, publish it. Get familiar with the new and improved Press This. From the <a href="%s">Tools</a> menu, add Press This to your browser bookmark bar or your mobile device home screen. Once installed you can share your content with lightning speed. Sharing your favorite videos, images, and content has never been this fast or this easy.', admin_url( 'tools.php' ) ); ?></p>
     53                <p><?php _e( 'Drag the bookmarklet below to your bookmarks bar. Then, when you&#8217;re on a page you want to share, simply &#8220;press&#8221; it.' ); ?> [bookmarklet]</p>
    5454        </div>
     55
    5556</div>
    5657
    5758<hr />
     
    6061
    6162        <div class="feature-section">
    6263                <div class="col">
    63                         <h3><?php echo ( 'Extended Character Support' ); ?></h3>
     64                        <h3><?php echo ( 'Extended character support' ); ?></h3>
    6465                        <p><?php echo ( 'Writing in WordPress, whatever your language, just got better. WordPress 4.2 supports a host of new characters out-of-the-box, including native Chinese, Japanese, and Korean characters, musical and mathematical symbols, and hieroglyphs.' ); ?></p>
    6566                        <p><?php
    6667                                /* translators: 1: heart emoji, 2: kitten emoji, 3, monkey emoji, 4: ice-cream emoji, 5: Emoji Codex link */
     
    8687                                'ogv'      => '//s.w.org/images/core/3.9/widgets.ogv',
    8788                                'webm'     => '//s.w.org/images/core/3.9/widgets.webm',
    8889                                'loop'     => true,
    89                                 'autoplay' => true,
    9090                                'height'   => 218
    9191                        ) );
    9292                        ?>
    93                         <h4><?php echo ( 'Switch Themes in the Customizer' ); ?></h4>
    94                         <p><?php echo ( 'Browse and preview your installed themes from the Customizer. Make sure the theme looks just right with <em>your</em> content, before it debuts on your site. ' ); ?></p>
     93                        <h4><?php echo ( 'Switch themes in the Customizer' ); ?></h4>
     94                        <p><?php echo ( 'Browse and preview your installed themes from the Customizer. Make sure the theme looks great with <em>your</em> content, before it debuts on your site. ' ); ?></p>
    9595                </div>
    9696                <div>
    9797                        <?php
     
    100100                                'ogv'      => '//s.w.org/images/core/3.9/widgets.ogv',
    101101                                'webm'     => '//s.w.org/images/core/3.9/widgets.webm',
    102102                                'loop'     => true,
    103                                 'autoplay' => true,
    104103                                'height'   => 218
    105104                        ) );
    106105                        ?>
    107                         <h4><?php echo ( 'Even More Embeds' ); ?></h4>
    108                         <p><?php echo ( 'Paste links from Tumblr and Kickstarter and watch them magically appear right in the editor. With every release, your publishing and editing experience gets closer together.' ); ?></p>
     106                        <h4><?php echo ( 'Even more embeds' ); ?></h4>
     107                        <p><?php echo ( 'Paste links from Tumblr.com and Kickstarter and watch them magically appear right in the editor. With every release, your publishing and editing experience gets closer together.' ); ?></p>
    109108                </div>
    110109                <div class="last-feature">
    111110                        <?php
     
    114113                                'ogv'      => '//s.w.org/images/core/3.9/widgets.ogv',
    115114                                'webm'     => '//s.w.org/images/core/3.9/widgets.webm',
    116115                                'loop'     => true,
    117                                 'autoplay' => true,
    118116                                'height'   => 218
    119117                        ) );
    120118                        ?>
    121                         <h4><?php echo ( 'Streamlined Plugin Updates' ); ?></h4>
     119                        <h4><?php echo ( 'Streamlined plugin updates' ); ?></h4>
    122120                        <p><?php echo ( 'Goodbye boring loading screen, hello smooth and simple plugin updates. Just click <em>Update Now</em> and watch the magic happen.' ); ?></p>
    123121                </div>
    124122        </div>
     
    131129
    132130        <div class="feature-section col two-col">
    133131                <div>
    134                         <h4><?php echo ( 'utf8mb4 Support' ); ?></h4>
     132                        <h4><?php echo ( 'utf8mb4 support' ); ?></h4>
    135133                        <p><?php echo ( 'Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.' ); ?></p>
    136134
    137                         <h4><?php echo ( 'JavaScript Accessibility' ); ?></h4>
    138                         <p><?php echo ( 'You can now send audible notifications to screen readers in JavaScript with <code>wp.a11y.speak()</code>. Pass it a string, and an update will be sent to the ARIA live notifications area.' ); ?></p>
     135                        <h4><?php echo ( 'JavaScript accessibility' ); ?></h4>
     136                        <p><?php echo ( 'You can now send audible notifications to screen readers in JavaScript with <code>wp.a11y.speak()</code>. Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.' ); ?></p>
    139137                </div>
    140138                <div class="last-feature">
    141                         <h4><?php echo ( 'Taxonomy Roadmap' ); ?></h4>
     139                        <h4><?php echo ( 'Taxonomy roadmap' ); ?></h4>
    142140                        <p><?php echo ( 'Terms previously shared across multiple taxonomies will be split when one of them is updated. A new row is created in the database for each.' ); ?></p>
    143141
    144                         <h4><?php echo ( 'Complex Query Ordering' ); ?></h4>
     142                        <h4><?php echo ( 'Complex query ordering' ); ?></h4>
    145143                        <p><?php echo ( '<code>WP_Query</code>, <code>WP_Comment_Query</code>, and <code>WP_User_Query</code> now support complex ordering with named meta query clauses.' ); ?></p>
    146144                </div>
    147145