Make WordPress Core

Ticket #36173: 36173.17.2.diff

File 36173.17.2.diff, 2.4 KB (added by afercia, 9 years ago)

missing alt attributes

  • src/wp-admin/about.php

     
    6161                <div class="feature-section two-col">
    6262                        <h2><?php _e( 'Editing Improvements' ); ?></h2>
    6363                        <div class="col">
    64                                 <img src="https://cldup.com/klO9vWGiT3.png" />
     64                                <img src="https://cldup.com/klO9vWGiT3.png" alt="" />
    6565                                <h3><?php _e( 'Inline Linking' ); ?></h3>
    6666                                <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>
    6767                        </div>
    6868                        <div class="col">
    69                                 <img src="https://cldup.com/TE-OBMWHkX.png" />
     69                                <img src="https://cldup.com/TE-OBMWHkX.png" alt="" />
    7070                                <h3><?php _e( 'Formatting Shortcuts' ); ?></h3>
    7171                                <p><?php _e( 'Do you enjoy using formatting shortcuts for lists and headings? Now they&#8217;re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.' ); ?></p>
    7272                        </div>
     
    7777                <div class="feature-section two-col">
    7878                        <h2><?php _e( 'Customization Improvements' ); ?></h2>
    7979                        <div class="col">
    80                                 <img src="https://cldup.com/0iRJNVbt4G.png" />
     80                                <img src="https://cldup.com/0iRJNVbt4G.png" alt="" />
    8181                                <h3><?php _e( 'Live Responsive Previews' ); ?></h3>
    8282                                <?php
    8383                                if ( current_user_can( 'customize' ) ) {
     
    9090                                <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>
    9191                        </div>
    9292                        <div class="col">
    93                                 <img src="https://cldup.com/HWDA8xR_8G.png" />
     93                                <img src="https://cldup.com/HWDA8xR_8G.png" alt="" />
    9494                                <h3><?php _e( 'Custom Logos' ); ?></h3>
    9595                                <p><?php _e( 'Themes can now support logos for your business or brand.' ); ?>
    9696                                        <?php
     
    115115                                </div>
    116116                                <div class="col">
    117117                                        <h4><?php _e( 'Selective Refresh' ); ?></h4>
    118                                         <p><?php 
     118                                        <p><?php
    119119                                                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/' );
    120120                                                if ( current_user_can( 'customize' ) && current_user_can( 'edit_theme_options' ) ) {
    121121                                                        if ( current_theme_supports( 'menus' ) && ! current_theme_supports( 'customize-selective-refresh-widgets' ) ) {