Ticket #36173: 36173.17.2.diff
File 36173.17.2.diff, 2.4 KB (added by , 9 years ago) |
---|
-
src/wp-admin/about.php
61 61 <div class="feature-section two-col"> 62 62 <h2><?php _e( 'Editing Improvements' ); ?></h2> 63 63 <div class="col"> 64 <img src="https://cldup.com/klO9vWGiT3.png" />64 <img src="https://cldup.com/klO9vWGiT3.png" alt="" /> 65 65 <h3><?php _e( 'Inline Linking' ); ?></h3> 66 66 <p><?php _e( 'Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.' ); ?></p> 67 67 </div> 68 68 <div class="col"> 69 <img src="https://cldup.com/TE-OBMWHkX.png" />69 <img src="https://cldup.com/TE-OBMWHkX.png" alt="" /> 70 70 <h3><?php _e( 'Formatting Shortcuts' ); ?></h3> 71 71 <p><?php _e( 'Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code><code></code>.' ); ?></p> 72 72 </div> … … 77 77 <div class="feature-section two-col"> 78 78 <h2><?php _e( 'Customization Improvements' ); ?></h2> 79 79 <div class="col"> 80 <img src="https://cldup.com/0iRJNVbt4G.png" />80 <img src="https://cldup.com/0iRJNVbt4G.png" alt="" /> 81 81 <h3><?php _e( 'Live Responsive Previews' ); ?></h3> 82 82 <?php 83 83 if ( current_user_can( 'customize' ) ) { … … 90 90 <p><?php printf( __( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the %s.' ), $customizer_link ); ?></p> 91 91 </div> 92 92 <div class="col"> 93 <img src="https://cldup.com/HWDA8xR_8G.png" />93 <img src="https://cldup.com/HWDA8xR_8G.png" alt="" /> 94 94 <h3><?php _e( 'Custom Logos' ); ?></h3> 95 95 <p><?php _e( 'Themes can now support logos for your business or brand.' ); ?> 96 96 <?php … … 115 115 </div> 116 116 <div class="col"> 117 117 <h4><?php _e( 'Selective Refresh' ); ?></h4> 118 <p><?php 118 <p><?php 119 119 printf( __( 'The customizer now supports a <a href="%s">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.' ), 'https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/' ); 120 120 if ( current_user_can( 'customize' ) && current_user_can( 'edit_theme_options' ) ) { 121 121 if ( current_theme_supports( 'menus' ) && ! current_theme_supports( 'customize-selective-refresh-widgets' ) ) {