Ticket #36173: 36173.21.2.diff
File 36173.21.2.diff, 1.3 KB (added by , 9 years ago) |
---|
-
wp-admin/about.php
79 79 <div class="col"> 80 80 <img src="https://cldup.com/0iRJNVbt4G.png" /> 81 81 <h3><?php _e( 'Live Responsive Previews' ); ?></h3> 82 < ?php82 <p><?php 83 83 if ( current_user_can( 'customize' ) ) { 84 $customize_url = esc_url( admin_url( 'customize.php' ) ); 85 $customizer_link = sprintf( __( '<a href="%1$s" class="load-customize">%2$s</a>' ), $customize_url, __( 'customizer' ) ); 84 $customize_url = admin_url( 'customize.php' ); 85 /* translators: %s: URL to the customizer */ 86 printf( __( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the <a href="%s" class="load-customize">customizer</a>.' ), $customize_url ); 86 87 } else { 87 $customizer_link = __( 'customizer' );88 _e( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.' ); 88 89 } 89 ?> 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> 90 ?></p> 91 91 </div> 92 92 <div class="col"> 93 93 <img src="https://cldup.com/HWDA8xR_8G.png" />