68 | | <div class="streamlined-updates feature-section one-col"> |
69 | | <h2><?php _e( 'Streamlined Updates' ); ?></h2> |
70 | | <p><?php _e( 'Don’t lose your place: stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p> |
71 | | <?php |
72 | | if ( ! wp_is_mobile() ) { |
73 | | add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); |
74 | | echo wp_video_shortcode( array( |
75 | | 'mp4' => 'https://s.w.org/images/core/4.6/streamlined-updates.mp4', |
76 | | 'webm' => 'https://s.w.org/images/core/4.6/streamlined-updates.webm', |
77 | | 'poster' => 'https://s.w.org/images/core/4.6/streamlined-updates-2000.png?v1', |
78 | | 'loop' => true, |
79 | | 'autoplay' => true, |
80 | | 'width' => 1050, |
81 | | 'height' => 630, |
82 | | 'class' => 'wp-video-shortcode feature-video', |
83 | | ) ); |
84 | | remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); |
85 | | } else { |
86 | | echo '<img src="https://s.w.org/images/core/4.6/streamlined-updates-1057.png?v1" alt="" srcset="https://s.w.org/images/core/4.6/streamlined-updates-1664.png?v1 1664w, https://s.w.org/images/core/4.6/streamlined-updates-200.png?v1 200w, https://s.w.org/images/core/4.6/streamlined-updates-1057.png?v1 1057w, https://s.w.org/images/core/4.6/streamlined-updates-2000.png?v1 2000w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 782px) calc(100vw - 70px), (max-width: 959px) calc(100vw - 116px), (max-width: 1290px) calc(100vw - 240px), 1050px" />'; |
87 | | } |
88 | | ?> |
| 68 | <div class="twenty-seventeen feature-section one-col"> |
| 69 | <h2><?php echo( 'Presenting Twenty Seventeen' ); ?></h2> |
| 70 | <p><?php echo( 'A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations.' ); ?></p> |
| 71 | <p><?php echo( 'With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a dynamic custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.' ); ?></p> |
93 | | <div class="native-fonts feature-section one-col"> |
94 | | <h2><?php _e( 'Native Fonts' ); ?></h2> |
95 | | <p><?php _e( 'The WordPress dashboard now takes advantage of the fonts you already have, making it load faster and letting you feel more at home on whatever device you use.' ); ?></p> |
96 | | <img src="https://s.w.org/images/core/4.6/native-fonts-992.png?v1" alt="" srcset="https://cldup.com/Hqmo5VLb-E.png?v1 922w, https://s.w.org/images/core/4.6/native-fonts-200.png?v1 200w,https://s.w.org/images/core/4.6/native-fonts-371.png?v1 371w,https://s.w.org/images/core/4.6/native-fonts-510.png?v1 510w, https://s.w.org/images/core/4.6/native-fonts-560.png?v1 560w, https://s.w.org/images/core/4.6/native-fonts-781.png?v1 781w, https://s.w.org/images/core/4.6/native-fonts-2000.png?v1 2000w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 782px) calc(100vw - 70px), (max-width: 959px) calc(100vw - 116px), (max-width: 1290px) calc(100vw - 240px), 1050px"/> |
| 76 | <div class="site-customization feature-section one-col"> |
| 77 | <h2><?php echo( 'Your Site, Your Way' ); ?></h2> |
| 78 | <p><?php echo( 'WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.' ); ?></p> |
| 79 | |
| 80 | <h3><?php echo( 'Theme Starter Content' ); ?></h2> |
| 81 | <p><?php echo( 'Setting up a theme for the first time can be overwhelming. What are all of these widget areas and menu locations? Why does everything look so different from the screenshots? To help give you a solid base to build from, individual themes can now provide starter content that appears when you go to customize your brand new site. This can range from the best place to put a widget with business information to a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry - nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.' ); ?></p> |
104 | | <img src="https://s.w.org/images/core/4.6/inline-link-checker-608.png?v1" alt="" srcset="https://s.w.org/images/core/4.6/inline-link-checker-789.png?v1 789w, https://s.w.org/images/core/4.6/inline-link-checker-200.png?v1 200w, https://s.w.org/images/core/4.6/inline-link-checker-384.png?v1 384w, https://s.w.org/images/core/4.6/inline-link-checker-608.png?v1 608w, https://s.w.org/images/core/4.6/inline-link-checker-992.png?v1 992w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/> |
105 | | <h3><?php _e( 'Inline Link Checker' ); ?></h3> |
106 | | <p><?php |
107 | | printf( |
108 | | /* translators: %s: Home URL appended with 'wordpress.org' */ |
109 | | __( 'Ever accidentally made a link to %s? Now WordPress automatically checks to make sure you didn’t.' ), |
110 | | home_url( 'wordpress.org' ) |
111 | | ); |
112 | | ?></p> |
| 97 | <h3><?php echo( 'Smoother Nav Menu Building' ); ?></h3> |
| 98 | <p><?php echo( 'Many primary navigation menus for sites contain links to the pages of your site. But what happens when you don’t have any pages yet? Now you can add new pages while building nav menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.' );?></p> |
115 | | <img src="https://s.w.org/images/core/4.6/content-recovery-561.png?v1" alt="" srcset="https://s.w.org/images/core/4.6/content-recovery-701.png?v1 701w, https://s.w.org/images/core/4.6/content-recovery-200.png?v1 200w, https://s.w.org/images/core/4.6/content-recovery-400.png?v1 400w, https://s.w.org/images/core/4.6/content-recovery-561.png?v1 561w, https://s.w.org/images/core/4.6/content-recovery-992.png?v1 992w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/> |
116 | | <h3><?php _e( 'Content Recovery' ); ?></h3> |
117 | | <p><?php _e( 'As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.' ); ?></p> |
| 101 | <h3><?php echo( 'Custom CSS' ); ?></h3> |
| 102 | <p><?php echo( 'Sometimes you just need a few more visual tweaks to make your site perfect, or a plugin adds something that doesn’t quite look right with your site. WordPress 4.7 allows you to instantly see changes while adding custom CSS to give your site that polish.' ); ?></p> |
| 108 | <div class="feature-section two-col"> |
| 109 | <h2><?php echo( 'Even More Features!' ); ?></h2> |
| 110 | |
| 111 | <div class="col"> |
| 112 | <h3><?php echo( 'PDF Thumbnail Previews' ); ?></h3> |
| 113 | <p><?php echo( 'Managing your document collection is easier with WordPress 4.7, which now shows preview thumbnails instead of a generic icon for PDFs in the media library.' ); ?></p> |
| 114 | </div> |
| 115 | <div class="col"> |
| 116 | <h3><?php echo( 'User Admin Languages' ); ?></h3> |
| 117 | <p><?php echo( 'Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Now your users can select from any installed languages for their own admin experience.' );?></p> |
| 118 | </div> |
| 119 | </div> |
| 120 | |
| 121 | <div class="rest-api feature-section one-col"> |
| 122 | <h2><?php echo( 'Introducing REST API Content Endpoints' ); ?></h2> |
| 123 | <p><?php echo( 'WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.' ); ?></p> |
| 124 | <p><?php echo( 'Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with your site.' ); ?></p> |
| 125 | </div> |
| 126 | |
131 | | /* translators: %s: https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/ */ |
132 | | __( '<a href="%s">Resource hints help browsers</a> decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster.' ), |
133 | | 'https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/' |
| 145 | /* translators: %s: https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/ */ |
| 146 | __( 'WordPress 4.7 includes <a href="%s">new functions, hooks, and behavior</a> for theme developers.' ), |
| 147 | 'https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/' |
148 | | /* translators: 1: WP_Term_Query, 2: WP_Post_Type */ |
149 | | __( 'A new %1$s class adds flexibility to query term information while a new %2$s object makes interacting with post types more predictable.' ), |
150 | | '<code>WP_Term_Query</code>', |
151 | | '<code>WP_Post_Type</code>' |
| 154 | /* translators: %s: https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/ */ |
| 155 | __( '<a href="%s">Custom Bulk Actions</a>' ), |
| 156 | 'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/' |
162 | | /* translators: %s: https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/ */ |
163 | | __( 'The Meta Registration API <a href="%s">has been expanded</a> to support types, descriptions, and REST API visibility.' ), |
164 | | 'https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/' |
| 168 | /* translators: 1: register_setting(), 2: https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/ */ |
| 169 | __( '%1$s <a href="%2$s">has been enhanced</a> to include type, description, and REST API visibility.' ), |
| 170 | '<code>register_setting()</code>', |
| 171 | '<code>https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/</code>' |
169 | | <h3><?php _e( 'Translations On Demand' ); ?></h3> |
170 | | <p><?php _e( 'WordPress will install and use the newest language packs for your plugins and themes as soon as they’re available from <a href="https://translate.wordpress.org/">WordPress.org’s community of translators</a>.' ); ?></p> |
171 | | </div> |
172 | | <div class="col"> |
173 | | <h3><?php _e( 'JavaScript Library Updates' ); ?></h3> |
174 | | <p><?php _e( 'Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled.' ); ?></p> |
175 | | </div> |
176 | | </div> |
177 | | |
178 | | <div class="under-the-hood two-col"> |
179 | | <div class="col"> |
180 | | <h3><?php _e( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3> |
181 | | <p><?php _e( 'Settings now have an <a href="https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/">API for enforcing validation constraints</a>. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.' ); ?></p> |
182 | | </div> |
183 | | <div class="col"> |
184 | | <h3><?php _e( 'Multisite, now faster than ever' ); ?></h3> |
| 176 | <h3><?php |
| 177 | printf( |
| 178 | /* translators: %s: WP_Hook */ |
| 179 | __( '%s' ), |
| 180 | '<code>WP_Hook</code>' |
| 181 | ); |
| 182 | ?></h3> |
187 | | /* translators: 1: WP_Site_Query, 2: WP_Network_Query */ |
188 | | __( 'Cached and comprehensive site queries improve your network admin experience. The addition of %1$s and %2$s help craft advanced queries with less effort.' ), |
189 | | '<code>WP_Site_Query</code>', |
190 | | '<code>WP_Network_Query</code>' |
| 185 | /* translators: %s: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ */ |
| 186 | __( 'The code that lies beneath actions and filters has been overhauled. You likely aren’t affected, but if you’ve done things to the $wp_filter global or experienced funky recursion bugs in the past, please take a moment to read the <a href="%s">dev note</a> and test your code.' ), |
| 187 | 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/' |