Changeset 4432 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-screenshots.php
- Timestamp:
- 11/28/2016 12:48:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-screenshots.php
r3425 r4432 34 34 ); 35 35 36 if ( array_key_exists( $image['resolution'], $descriptions) ) {36 if ( $descriptions && ! empty( $descriptions[ $image['resolution'] ] ) ) { 37 37 $screen_shot .= '<figcaption>' . $descriptions[ $image['resolution'] ] . '</figcaption>'; 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.