| 60 | | <div class="feature-section"> |
| 61 | | <h4><?php echo ( 'Simplified settings, better buttons, easier controls' ); ?></h4> |
| 62 | | <p><?php echo ( '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> |
| 63 | | <div class="three-col-images"> |
| 64 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-tinymce.png' ) ); ?>" class="image-30 first-feature" /> |
| 65 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-buttons.png' ) ); ?>" class="image-30" /> |
| 66 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30 last-feature" /> |
| 67 | | </div> |
| 68 | | </div> |
| 69 | | </div> |
| 70 | | |
| 71 | | <div class="changelog"> |
| 72 | | <h3><?php echo ( 'Twenty Twelve theme' ); ?></h3> |
| 73 | | |
| 76 | | <h4><?php echo ( 'Beauty in its simplicity' ); ?></h4> |
| 77 | | <p><?php echo ( 'Twenty Twelve is an elegant, readable, and fully responsive theme that makes your site content look its best on any device.' ); ?></p> |
| 78 | | <p><?php echo ( 'Make the design of your site fully yours with a custom menu, custom header image, and custom background color or image.' ); ?></p> |
| | 62 | <h4><?php _e( 'Introducing Twenty Twelve' ); ?></h4> |
| | 63 | <p><?php _e( 'The newest default theme for WordPress is simple, flexible, and elegant.' ); ?></p> |
| | 64 | <p><?php _e( 'What makes it really shine are the design details, like the gorgeous Open Sans typeface and a fully responsive design that looks great on any device.' ); ?></p> |
| | 65 | <p><?php _e( 'Naturally, Twenty Twelve supports all the theme features you’ve come to know and love, but it is also designed to be as great for a website as it is for a blog.' ); ?></p> |
| 96 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-accessibility2.png' ) ); ?>" class="image-30" /> |
| 97 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-accessibility1.png' ) ); ?>" class="image-30" /> |
| 98 | | <h4><?php echo ( 'For everyone' ); ?></h4> |
| 99 | | <p><?php echo ( '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> |
| 100 | | <?php //TODO: Link to new Codex page listing the accessibility features of WordPress. ?> |
| 101 | | </div> |
| 102 | | </div> |
| | 83 | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30" /> |
| | 84 | <h4><?php _e( 'Better Accessibility' ); ?></h4> |
| | 85 | <p><?php _e( 'WordPress supports more usage modes than ever before. Screenreaders, touch devices, and mouseless workflows all have improved ease of use and accessibility.' ); ?></p> |
| 104 | | <div class="changelog"> |
| 105 | | <h3><?php echo ( 'More Embed Support' ); ?></h3> |
| 106 | | |
| 107 | | <div class="feature-section"> |
| 108 | | <h4><?php echo ( 'Instagram, SlideShare, and SoundCloud' ); ?></h4> |
| 109 | | <p><?php echo ( '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> |
| 110 | | <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> |
| 111 | | <div class="three-col-images"> |
| 112 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-instagram.png' ) ); ?>" class="image-30 first-feature" /> |
| 113 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-slideshare.png' ) ); ?>" class="image-30" /> |
| 114 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-soundcloud.png' ) ); ?>" class="image-30 last-feature" /> |
| 115 | | </div> |
| | 87 | <h4><?php _e( 'More Polish' ); ?></h4> |
| | 88 | <p><?php _e( 'A number of screens and controls have been refined. For example, a new color picker makes it easier for you to choose that perfect shade of blue.' ); ?></p> |
| 119 | | <?php if ( current_user_can( 'install_plugins' ) ) { ?> |
| 120 | | |
| 121 | | <div class="changelog"> |
| 122 | | <h3><?php echo ( 'Plugin Favorites' ); ?></h3> |
| 123 | | |
| 124 | | <div class="feature-section images-stagger-right"> |
| 125 | | <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-favorite-plugins.png' ) ); ?>" class="image-66" /> |
| 126 | | <h4><?php echo ( 'Which plugins do you love?' ); ?></h4> |
| 127 | | <p><?php echo ( '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> |
| 128 | | <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> |
| 129 | | </div> |
| 130 | | </div> |
| 131 | | |
| 132 | | <?php } ?> |
| 133 | | |
| 149 | | <h4><?php echo ( 'XML-RPC API' ); ?></h4> |
| 150 | | <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> |
| | 107 | <h4><?php _e( 'XML-RPC API' ); ?></h4> |
| | 108 | <p><?php printf( ( 'The <a href="%s">WordPress API</a> is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.' ), ( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p> |
| 156 | | <h4><?php echo ( 'External Libraries' ); ?></h4> |
| 157 | | <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> |
| | 114 | <h4><?php _e( 'External Libraries' ); ?></h4> |
| | 115 | <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, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?></p> |