Changeset 1442 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/admin-edit.php
- Timestamp:
- 03/20/2015 04:43:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/admin-edit.php
r1397 r1442 263 263 $src = add_query_arg( array( 'w' => $size, 'strip' => 'all' ), $theme->screenshot_url() ); 264 264 265 $html = '<img src="' . esc_url( $src ) . '" />';265 $html = '<img src="' . esc_url( $src ) . '" alt="" />'; 266 266 } 267 267
Note: See TracChangeset
for help on using the changeset viewer.