Changeset 35567 for trunk/src/wp-admin/about.php
- Timestamp:
- 11/07/2015 04:11:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r34054 r35567 135 135 else: 136 136 ?> 137 <img src="<?php echo esc_url( $feature['src'] ); ?>" />137 <img src="<?php echo esc_url( $feature['src'] ); ?>" alt="" /> 138 138 <?php endif; ?> 139 139 </div> … … 148 148 <div class="col"> 149 149 <div class="svg-container"> 150 <img src="<?php echo esc_attr( $feature['src'] ); ?>" />150 <img src="<?php echo esc_attr( $feature['src'] ); ?>" alt="" /> 151 151 </div> 152 152 <h3><?php echo $feature['heading']; ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.