Make WordPress Core


Ignore:
Timestamp:
11/07/2015 04:11:38 PM (8 years ago)
Author:
wonderboymusic
Message:

Accessibility: add missing alt attributes to a gaggle of <img>s.

Props afercia.
Fixes #34583.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r34566 r35567  
    772772
    773773    <div id="crop_image" style="position: relative">
    774         <img src="<?php echo esc_url( $url ); ?>" id="upload" width="<?php echo $width; ?>" height="<?php echo $height; ?>" />
     774        <img src="<?php echo esc_url( $url ); ?>" id="upload" width="<?php echo $width; ?>" height="<?php echo $height; ?>" alt="" />
    775775    </div>
    776776
Note: See TracChangeset for help on using the changeset viewer.