Ticket #31929: 31929.patch
File 31929.patch, 5.4 KB (added by , 10 years ago) |
---|
-
src/wp-admin/about.php
49 49 <div class="dfw-container"> 50 50 <img src="//s.w.org/images/core/4.1/focus.png" class="base-image" /> 51 51 </div> 52 <h3>< em><?php echo ( 'Press This modernized' ); ?></em></h3>53 <p><?php echo ( ' Use Press This to clip text, images and videos from any web page. Then edit and add more directly from Press This before you save or publish it in a post on your site.' ); ?></p>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> 54 54 </div> 55 55 </div> 56 56 … … 61 61 <div class="feature-section"> 62 62 <div class="col"> 63 63 <h3><?php echo ( 'Extended Character Support' ); ?></h3> 64 <p><?php echo ( 'W ordPress now supports displaying a host of new characters included with Unicode 7.0, extending support for native Chinese, Japanese, and Korean characters, musical and mathematical symbols, hieroglyphs, and of course, emoji.' ); ?></p>65 <p><?php echo ( ' Whether you’re using special characters or not, you can still get creative and decorate your content with emoji hearts, kittens, ice-cream cones, and musical instruments.' ); ?></p>64 <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> 65 <p><?php echo ( 'Don’t use special characters? You can still have fun - emoji are now available in WordPress! Get creative and decorate your content with hearts, kittens, monkeys, ice-cream, and all the many icons in the emoji dictionary.' ); ?></p> 66 66 </div> 67 67 <div class="col"> 68 68 <img class="" src="//s.w.org/images/core/4.1/mobile.png" /> … … 87 87 'width' => 499 88 88 ) ); 89 89 ?> 90 <h4><?php echo ( 'Switch themes in the Customizer' ); ?></h4>91 <p><?php echo ( 'Browse and live preview your installed themes in the Customizer. Make sure everything looks just how you want it with your content before the new theme makes its debut on your site.' ); ?></p>90 <h4><?php echo ( 'Switch Themes in the Customizer' ); ?></h4> 91 <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> 92 92 </div> 93 93 <div class="last-feature"> 94 94 <?php … … 101 101 'width' => 499 102 102 ) ); 103 103 ?> 104 <h4><?php echo ( 'Streamlined plugin updates' ); ?></h4>105 <p><?php echo ( ' Plugin updates are smooth and simple. No more boring loading screen — just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>104 <h4><?php echo ( 'Streamlined Plugin Updates' ); ?></h4> 105 <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> 106 106 </div> 107 107 </div> 108 108 </div> … … 114 114 115 115 <div class="feature-section col three-col"> 116 116 <div> 117 <h4><?php echo ( ' Tumblr & Kickstarter oEmbed support' ); ?></h4>118 <p><?php echo ( ' Give your favorite Tumblr posts and Kickstarter campaigns a boost by embedding them in a post or page.' ); ?></p>117 <h4><?php echo ( 'Even More Embeds' ); ?></h4> 118 <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> 119 119 120 <h4><?php echo ( 'JavaScript accessibility' ); ?></h4>121 <p><?php echo ( ' New <code>wp.a11y.speak</code> functionality lets your JavaScript talk to screen readers with ARIA live notifications.' ); ?></p>120 <h4><?php echo ( 'JavaScript Accessibility' ); ?></h4> 121 <p><?php echo ( 'Your JavaScript can now talk to screen readers with <code>wp.a11y.speak</code>.' ); ?></p> 122 122 </div> 123 123 <div> 124 124 <h4><?php echo ( 'utf8mb4 Support' ); ?></h4> 125 <p><?php echo ( ' If your system supports it, we’ve changed from utf8 to utf8mb4 character encoding in the database, which adds support for a whole range of new 4-byte characters.' ); ?></p>125 <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> 126 126 127 127 <h4><?php echo ( 'Complex Query Ordering' ); ?></h4> 128 128 <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> 129 129 </div> 130 130 <div class="last-feature"> 131 131 <h4><?php echo ( 'Taxonomy Roadmap' ); ?></h4> 132 <p><?php echo ( 'Terms previously shared across multiple taxonomies will be “split” when one of them is updated, creating a new rowin the database for each.' ); ?></p>132 <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> 133 133 </div> 134 134 135 135 <hr />