Ticket #31929: 31929.8.patch
File 31929.8.patch, 5.7 KB (added by , 10 years ago) |
---|
-
src/wp-admin/about.php
44 44 <div class="changelog headline-feature dfw"> 45 45 <h2>[video]</h2> 46 46 47 <h2><?php echo ( 'An easier way to share content' ); ?></h2>48 47 <div class="feature-section"> 49 48 <div class="dfw-container"> 50 49 <img src="//s.w.org/images/core/4.1/focus.png" class="base-image" /> 51 50 </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’re on a page you want to share, simply “press” it.' ); ?> [bookmarklet]</p> 54 54 </div> 55 55 56 </div> 56 57 57 58 <hr /> … … 60 61 61 62 <div class="feature-section"> 62 63 <div class="col"> 63 <h3><?php echo ( 'Extended Character Support' ); ?></h3>64 <h3><?php echo ( 'Extended character support' ); ?></h3> 64 65 <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 66 <p><?php 66 67 /* translators: 1: heart emoji, 2: kitten emoji, 3, monkey emoji, 4: ice-cream emoji, 5: Emoji Codex link */ … … 86 87 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', 87 88 'webm' => '//s.w.org/images/core/3.9/widgets.webm', 88 89 'loop' => true, 89 'autoplay' => true,90 90 'height' => 218 91 91 ) ); 92 92 ?> 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> 95 95 </div> 96 96 <div> 97 97 <?php … … 100 100 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', 101 101 'webm' => '//s.w.org/images/core/3.9/widgets.webm', 102 102 'loop' => true, 103 'autoplay' => true,104 103 'height' => 218 105 104 ) ); 106 105 ?> 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> 109 108 </div> 110 109 <div class="last-feature"> 111 110 <?php … … 114 113 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', 115 114 'webm' => '//s.w.org/images/core/3.9/widgets.webm', 116 115 'loop' => true, 117 'autoplay' => true,118 116 'height' => 218 119 117 ) ); 120 118 ?> 121 <h4><?php echo ( 'Streamlined Plugin Updates' ); ?></h4>119 <h4><?php echo ( 'Streamlined plugin updates' ); ?></h4> 122 120 <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> 123 121 </div> 124 122 </div> … … 131 129 132 130 <div class="feature-section col two-col"> 133 131 <div> 134 <h4><?php echo ( 'utf8mb4 Support' ); ?></h4>132 <h4><?php echo ( 'utf8mb4 support' ); ?></h4> 135 133 <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> 136 134 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 theARIA 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> 139 137 </div> 140 138 <div class="last-feature"> 141 <h4><?php echo ( 'Taxonomy Roadmap' ); ?></h4>139 <h4><?php echo ( 'Taxonomy roadmap' ); ?></h4> 142 140 <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> 143 141 144 <h4><?php echo ( 'Complex Query Ordering' ); ?></h4>142 <h4><?php echo ( 'Complex query ordering' ); ?></h4> 145 143 <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> 146 144 </div> 147 145