| 1 | Index: wp-admin/css/wp-admin.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/css/wp-admin.css (revision 22734) |
|---|
| 4 | +++ wp-admin/css/wp-admin.css (working copy) |
|---|
| 5 | @@ -5277,6 +5277,43 @@ |
|---|
| 6 | border-radius: 3px; |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | +.about-wrap .feature-section.three-col img { |
|---|
| 10 | + margin: 0.5em 0 0.5em 5px; |
|---|
| 11 | + max-width: 100%; |
|---|
| 12 | + float: none; |
|---|
| 13 | +} |
|---|
| 14 | + |
|---|
| 15 | +.ie8 .about-wrap .feature-section.three-col img { |
|---|
| 16 | + margin-left: 0; |
|---|
| 17 | +} |
|---|
| 18 | + |
|---|
| 19 | +.about-wrap .feature-section.images-stagger-right img { |
|---|
| 20 | + float: right; |
|---|
| 21 | + margin: 0 5px 12px 12px; |
|---|
| 22 | +} |
|---|
| 23 | + |
|---|
| 24 | +.about-wrap .feature-section.images-stagger-left img { |
|---|
| 25 | + float: left; |
|---|
| 26 | + margin: 0 12px 12px 5px; |
|---|
| 27 | +} |
|---|
| 28 | + |
|---|
| 29 | +@media only screen and (max-width: 900px) { |
|---|
| 30 | + .about-wrap .feature-section.images-stagger-left img, |
|---|
| 31 | + .about-wrap .feature-section.images-stagger-right img { |
|---|
| 32 | + clear: both; |
|---|
| 33 | + } |
|---|
| 34 | +} |
|---|
| 35 | + |
|---|
| 36 | +.about-wrap .feature-section img.image-100 { |
|---|
| 37 | + margin: 0 0 2em 0; |
|---|
| 38 | + width: 100%; |
|---|
| 39 | +} |
|---|
| 40 | + |
|---|
| 41 | +.about-wrap .feature-section img.image-66 { |
|---|
| 42 | + margin: 0 0 0 1em; |
|---|
| 43 | + width: 65%; |
|---|
| 44 | +} |
|---|
| 45 | + |
|---|
| 46 | .about-wrap .feature-section img.image-50 { |
|---|
| 47 | max-width: 50%; |
|---|
| 48 | } |
|---|
| 49 | @@ -5290,8 +5327,11 @@ |
|---|
| 50 | border-style: solid; |
|---|
| 51 | } |
|---|
| 52 | |
|---|
| 53 | +.about-wrap .images-stagger-right img.image-30:nth-child(2) { |
|---|
| 54 | + margin-left: 1em; |
|---|
| 55 | +} |
|---|
| 56 | + |
|---|
| 57 | .about-wrap .feature-section.three-col { |
|---|
| 58 | - padding-top: 15px; |
|---|
| 59 | margin-bottom: 0; |
|---|
| 60 | } |
|---|
| 61 | |
|---|
| 62 | @@ -5305,16 +5345,6 @@ |
|---|
| 63 | margin: 0 0 0.6em 0; |
|---|
| 64 | } |
|---|
| 65 | |
|---|
| 66 | -.about-wrap .feature-section.three-col img { |
|---|
| 67 | - margin: 0.5em 0 0.5em 5px; |
|---|
| 68 | - max-width: 100%; |
|---|
| 69 | - float: none; |
|---|
| 70 | -} |
|---|
| 71 | - |
|---|
| 72 | -.ie8 .about-wrap .feature-section.three-col img { |
|---|
| 73 | - margin-left: 0; |
|---|
| 74 | -} |
|---|
| 75 | - |
|---|
| 76 | .about-wrap .feature-section.three-col .last-feature { |
|---|
| 77 | margin-right: 0; |
|---|
| 78 | } |
|---|
| 79 | @@ -5335,23 +5365,6 @@ |
|---|
| 80 | float: left; |
|---|
| 81 | } |
|---|
| 82 | |
|---|
| 83 | -.about-wrap .feature-section.images-stagger-right img { |
|---|
| 84 | - float: right; |
|---|
| 85 | - margin: 0 5px 12px 12px; |
|---|
| 86 | -} |
|---|
| 87 | - |
|---|
| 88 | -.about-wrap .feature-section.images-stagger-left img { |
|---|
| 89 | - float: left; |
|---|
| 90 | - margin: 0 12px 12px 5px; |
|---|
| 91 | -} |
|---|
| 92 | - |
|---|
| 93 | -@media only screen and (max-width: 900px) { |
|---|
| 94 | - .about-wrap .feature-section.images-stagger-left img, |
|---|
| 95 | - .about-wrap .feature-section.images-stagger-right img { |
|---|
| 96 | - clear: both; |
|---|
| 97 | - } |
|---|
| 98 | -} |
|---|
| 99 | - |
|---|
| 100 | /* Return to Dashboard Home link */ |
|---|
| 101 | |
|---|
| 102 | .about-wrap .return-to-dashboard { |
|---|
| 103 | Index: wp-admin/about.php |
|---|
| 104 | =================================================================== |
|---|
| 105 | --- wp-admin/about.php (revision 22734) |
|---|
| 106 | +++ wp-admin/about.php (working copy) |
|---|
| 107 | @@ -19,7 +19,7 @@ |
|---|
| 108 | |
|---|
| 109 | <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> |
|---|
| 110 | |
|---|
| 111 | -<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is already making your website better, faster, and more attractive, just like you!' ), $display_version ); ?></div> |
|---|
| 112 | +<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s helps make your web publishing experience easier, faster, and more enjoyable than ever. Welcome aboard.' ), $display_version ); ?></div> |
|---|
| 113 | |
|---|
| 114 | <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> |
|---|
| 115 | |
|---|
| 116 | @@ -34,87 +34,127 @@ |
|---|
| 117 | </h2> |
|---|
| 118 | |
|---|
| 119 | <div class="changelog"> |
|---|
| 120 | - <h3><?php _e( 'Live Theme Previews' ); ?></h3> |
|---|
| 121 | + <h3><?php _e( 'Media Management' ); ?></h3> |
|---|
| 122 | |
|---|
| 123 | - <div class="feature-section images-stagger-right"> |
|---|
| 124 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/theme-customizer.png' ) ); ?>" class="image-50" /> |
|---|
| 125 | - <h4><?php _e( 'Try on New Themes' ); ?></h4> |
|---|
| 126 | - <p><?php _e( 'Gone are the days of rushing to update your header, background, and the like as soon as you activate a new theme. You can now customize these options <strong>before</strong> activating a new theme. Note: this feature is available for installed themes only.' ); ?></p> |
|---|
| 127 | - |
|---|
| 128 | - <h4><?php _e( 'Customize Current Theme' ); ?></h4> |
|---|
| 129 | - <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint — you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p> |
|---|
| 130 | + <div class="feature-section three-col"> |
|---|
| 131 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-media.png' ) ); ?>" class="image-100" /> |
|---|
| 132 | + |
|---|
| 133 | + <div> |
|---|
| 134 | + <h4><?php _e( 'Easier interface' ); ?></h4> |
|---|
| 135 | + <p><?php _e( 'Uploading media and inserting it into posts is easier and more streamlined than ever. It\'s a breeze to insert, align, caption and link to media in your posts.' ); ?></p> |
|---|
| 136 | + </div> |
|---|
| 137 | + <div> |
|---|
| 138 | + <h4><?php _e( 'Picturesque galleries' ); ?></h4> |
|---|
| 139 | + <p><?php _e( 'Inserting image galleries into posts is made simple with drag and drop reordering, inline caption editing and simplified controls for the gallery layout.' ); ?></p> |
|---|
| 140 | + </div> |
|---|
| 141 | + <div class="last-feature"> |
|---|
| 142 | + <h4><?php _e( 'Attachment page editor' ); ?></h4> |
|---|
| 143 | + <p><?php _e( 'Did you know you can crop, rotate and resize images right in the Media Library? This interface has been unified and there are now formatting controls for content on your attachment pages.' ); ?></p> |
|---|
| 144 | + </div> |
|---|
| 145 | </div> |
|---|
| 146 | </div> |
|---|
| 147 | |
|---|
| 148 | <div class="changelog"> |
|---|
| 149 | - <h3><?php _e( 'Custom Headers' ); ?></h3> |
|---|
| 150 | + <h3><?php _e( 'Smoother experience' ); ?></h3> |
|---|
| 151 | |
|---|
| 152 | <div class="feature-section"> |
|---|
| 153 | - <h4><?php _e( 'Flexible Sizes' ); ?></h4> |
|---|
| 154 | - <p><?php _e( 'You can decide for yourself how tall or wide your custom header image should be. From now on, themes will provide a recommended image size for custom headers rather than a fixed requirement. Note: this feature requires <a href="http://codex.wordpress.org/Custom_Headers">theme support</a>.' ); ?></p> |
|---|
| 155 | + <h4><?php _e( 'Simplified settings, better buttons, easier controls' ); ?></h4> |
|---|
| 156 | + <p><?php _e( 'WordPress always aims to stay out of the way and let you get on with publishing your content. You\'ll find simplified settings screens, more aesthetically pleasing buttons, and easier controls such as the improved color picker. They\'re the little details we hope you\'ll never notice.' ); ?></p> |
|---|
| 157 | <div class="three-col-images"> |
|---|
| 158 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30 first-feature" /> |
|---|
| 159 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> |
|---|
| 160 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" /> |
|---|
| 161 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-tinymce.png' ) ); ?>" class="image-30 first-feature" /> |
|---|
| 162 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-buttons.png' ) ); ?>" class="image-30" /> |
|---|
| 163 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30 last-feature" /> |
|---|
| 164 | </div> |
|---|
| 165 | </div> |
|---|
| 166 | +</div> |
|---|
| 167 | |
|---|
| 168 | +<div class="changelog"> |
|---|
| 169 | + <h3><?php _e( 'Twenty Twelve theme' ); ?></h3> |
|---|
| 170 | + |
|---|
| 171 | <div class="feature-section images-stagger-right"> |
|---|
| 172 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-media-library.png' ) ); ?>" class="image-50" /> |
|---|
| 173 | - <h4><?php _e( 'Choose from Media Library' ); ?></h4> |
|---|
| 174 | - <p><?php _e( 'Tired of re-uploading the same custom header image every time you check out a new theme? Now you can choose header images from your media library for easier customization.' ); ?></p> |
|---|
| 175 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-twenty-twelve.png' ) ); ?>" class="image-66" /> |
|---|
| 176 | + <h4><?php _e( 'Beauty in its simplicity' ); ?></h4> |
|---|
| 177 | + <p><?php _e( 'Twenty Twelve is an elegant, readable, and fully responsive theme that makes your site content look its best on any device.' ); ?></p> |
|---|
| 178 | + <p><?php _e( 'Make the design of your site fully yours with a custom menu, custom header image, and custom background color or image.' ); ?></p> |
|---|
| 179 | </div> |
|---|
| 180 | </div> |
|---|
| 181 | |
|---|
| 182 | <div class="changelog"> |
|---|
| 183 | - <h3><?php _e( 'Twitter Embeds' ); ?></h3> |
|---|
| 184 | + <h3><?php _e( 'HiDPI Admin' ); ?></h3> |
|---|
| 185 | |
|---|
| 186 | <div class="feature-section images-stagger-right"> |
|---|
| 187 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-1.png' ) ); ?>" class="image-30" /> |
|---|
| 188 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-2.png' ) ); ?>" class="image-30" /> |
|---|
| 189 | - <h4><?php _e( 'Share Tweets with Style' ); ?></h4> |
|---|
| 190 | - <p><?php _e( 'You can now embed individual tweets in posts. It includes action links that allow readers to reply to, retweet, and favorite the tweet without leaving your site. Just paste a tweet URL on its own line.' ); ?></p> |
|---|
| 191 | - <p><?php printf( __( 'This works with URLs from some other sites, too. For more, see the Codex article on <a href="%s">Embeds</a>.' ), __( 'http://codex.wordpress.org/Embeds' ) ); ?></p> |
|---|
| 192 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-hidef.png' ) ); ?>" class="image-66" /> |
|---|
| 193 | + <h4><?php _e( 'Retina all the things' ); ?></h4> |
|---|
| 194 | + <p><?php _e( 'WordPress now looks as beautiful on HiDPI devices as native applications do. Icons, buttons, avatars and theme screenshots (where supported) are crystal clear and full of detail.' ); ?></p> |
|---|
| 195 | </div> |
|---|
| 196 | - |
|---|
| 197 | </div> |
|---|
| 198 | |
|---|
| 199 | - |
|---|
| 200 | <div class="changelog"> |
|---|
| 201 | - <h3><?php _e( 'Better Captions' ); ?></h3> |
|---|
| 202 | + <h3><?php _e( 'Better Accessibility' ); ?></h3> |
|---|
| 203 | |
|---|
| 204 | <div class="feature-section images-stagger-right"> |
|---|
| 205 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-1.png' ) ); ?>" class="image-30" /> |
|---|
| 206 | - <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-2.png' ) ); ?>" class="image-30" /> |
|---|
| 207 | - <h4><?php _e( 'HTML Support' ); ?></h4> |
|---|
| 208 | - <p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links — great for photo credits or licensing details — and basic formatting such as bold and italicized text.' ); ?></p> |
|---|
| 209 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-accessibility2.png' ) ); ?>" class="image-30" /> |
|---|
| 210 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-accessibility1.png' ) ); ?>" class="image-30" /> |
|---|
| 211 | + <h4><?php _e( 'For everyone' ); ?></h4> |
|---|
| 212 | + <p><?php _e( 'WordPress has wider support for more devices than ever before. Users of screenreaders, touch devices, and mouse-less devices will all see improvements to ease of use and accessibility.' ); ?></p> |
|---|
| 213 | + <p><strong>TODO: Link to new Codex page listing the accessibility features of WordPress.</strong></p> |
|---|
| 214 | </div> |
|---|
| 215 | </div> |
|---|
| 216 | |
|---|
| 217 | <div class="changelog"> |
|---|
| 218 | + <h3><?php _e( 'More Embed Support' ); ?></h3> |
|---|
| 219 | + |
|---|
| 220 | + <div class="feature-section"> |
|---|
| 221 | + <h4><?php _e( 'Instagram, SlideShare, and SoundCloud' ); ?></h4> |
|---|
| 222 | + <p><?php _e( 'You can now embed content from Instagram, SlideShare, and SoundCloud without having to mess around copying and pasting embed codes. Just paste a URL from any of these sites onto its own line in your post and the content will automatically be embedded for you.' ); ?></p> |
|---|
| 223 | + <p><?php printf( __( 'This works for several other popular sites, too, such as YouTube, Flickr, and Vimeo. For more, see the Codex article on <a href="%s">Embeds</a>.' ), __( 'http://codex.wordpress.org/Embeds' ) ); ?></p> |
|---|
| 224 | + <div class="three-col-images"> |
|---|
| 225 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-instagram.png' ) ); ?>" class="image-30 first-feature" /> |
|---|
| 226 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-slideshare.png' ) ); ?>" class="image-30" /> |
|---|
| 227 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-soundcloud.png' ) ); ?>" class="image-30 last-feature" /> |
|---|
| 228 | + </div> |
|---|
| 229 | + </div> |
|---|
| 230 | +</div> |
|---|
| 231 | + |
|---|
| 232 | +<?php if ( current_user_can( 'install_plugins' ) ) { ?> |
|---|
| 233 | + |
|---|
| 234 | + <div class="changelog"> |
|---|
| 235 | + <h3><?php _e( 'Plugin Favorites' ); ?></h3> |
|---|
| 236 | + |
|---|
| 237 | + <div class="feature-section images-stagger-right"> |
|---|
| 238 | + <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-favorite-plugins.png' ) ); ?>" class="image-66" /> |
|---|
| 239 | + <h4><?php _e( 'Which plugins do you love?' ); ?></h4> |
|---|
| 240 | + <p><?php _e( 'Wouldn\'t it be great to see a list of all your favorite plugins right in the Plugins menu in WordPress? Well, now you can.' ); ?></p> |
|---|
| 241 | + <p><?php printf( __( 'If you have marked plugins as favorites on WordPress.org, you can browse them from the Favorites tab on the <a href="%s">Install Plugins</a> screen.' ), admin_url( 'plugin-install.php?tab=favorites' ) ); ?></p> |
|---|
| 242 | + </div> |
|---|
| 243 | + </div> |
|---|
| 244 | + |
|---|
| 245 | +<?php } ?> |
|---|
| 246 | + |
|---|
| 247 | +<div class="changelog"> |
|---|
| 248 | <h3><?php _e( 'Under the Hood' ); ?></h3> |
|---|
| 249 | |
|---|
| 250 | <div class="feature-section three-col"> |
|---|
| 251 | <div> |
|---|
| 252 | - <h4><?php _e( 'Faster WP_Query' ); ?></h4> |
|---|
| 253 | - <p><?php _e( 'Post queries have been optimized to improve performance, especially for sites with large databases.' ); ?></p> |
|---|
| 254 | + <h4><?php _e( 'Meta Query Additions' ); ?></h4> |
|---|
| 255 | + <p><?php _e( 'The <code>WP_Comment_Query</code> and <code>WP_User_Query</code> classes now support meta queries just like <code>WP_Query</code>.' ); ?></p> |
|---|
| 256 | |
|---|
| 257 | - <h4><?php _e( 'Faster Translations' ); ?></h4> |
|---|
| 258 | - <p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?> <?php _e( 'Also, better support for East Asian languages, right-to-left languages, theme translations, and more.' ); ?></p> |
|---|
| 259 | + <h4><?php _e( 'Multisite Improvements' ); ?></h4> |
|---|
| 260 | + <p><?php _e( '<code>switch_to_blog()</code> no longer obliterates the object cache, greatly improving performance. For new sites, Multisite now works when WordPress is installed in a subdirectory.' ); ?></p> |
|---|
| 261 | </div> |
|---|
| 262 | <div> |
|---|
| 263 | - <h4><?php _e( 'Themes API' ); ?></h4> |
|---|
| 264 | - <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p> |
|---|
| 265 | + <h4><?php _e( 'WP_Post' ); ?></h4> |
|---|
| 266 | + <p><?php _e( 'Post objects are now instances of the new <code>WP_Post</code> class which improves performance by loading selected properties on demand.' ); ?></p> |
|---|
| 267 | |
|---|
| 268 | - <h4><?php _e( 'Custom Header and Background API' ); ?></h4> |
|---|
| 269 | - <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p> |
|---|
| 270 | + <h4><?php _e( 'XML-RPC API' ); ?></h4> |
|---|
| 271 | + <p><?php printf( __( 'The <a href="%s">WordPress API</a> is now enabled by default and enjoys the same security as the rest of core. It supports fetching users, profiles, post revisions, and searching posts.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p> |
|---|
| 272 | </div> |
|---|
| 273 | <div class="last-feature"> |
|---|
| 274 | - <h4><?php _e( 'XML-RPC API' ); ?></h4> |
|---|
| 275 | - <p><?php printf( __( 'A new <a href="%s">WordPress API</a> that supports custom content types and taxonomies, as well as dozens of other bug fixes and improvements.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p> |
|---|
| 276 | + <h4><?php _e( 'Image Editing API Abstractions' ); ?></h4> |
|---|
| 277 | + <p><?php _e( 'The <code>WP_Image_Editor</code> class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?></p> |
|---|
| 278 | |
|---|
| 279 | <h4><?php _e( 'External Libraries' ); ?></h4> |
|---|
| 280 | - <p><?php _e( 'jQuery, jQuery UI, TinyMCE, Plupload, PHPMailer, SimplePie, and other libraries were updated. jQuery UI Touch Punch was introduced.' ); ?></p> |
|---|
| 281 | + <p><?php printf( __('WordPress now includes the <a href="%1$s">Underscore</a> and <a href="%2$s">Backbone</a> JavaScript libraries. TinyMCE, jQuery, jQuery UI, jCrop, and SimplePie have all been updated to the latest versions.' ), __( 'http://underscorejs.org/' ), __( 'http://backbonejs.org/' ) ); ?></p> |
|---|
| 282 | </div> |
|---|
| 283 | </div> |
|---|
| 284 | </div> |
|---|