Changeset 4455
- Timestamp:
- 12/01/2016 10:50:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-screenshots.php
r4432 r4455 34 34 ); 35 35 36 if ( $descriptions && ! empty( $descriptions[ $image['resolution'] ] ) ) {37 $screen_shot .= '<figcaption>' . $descriptions[ $image['resolution'] ] . '</figcaption>';36 if ( $descriptions && ! empty( $descriptions[ (int)$image['resolution'] ] ) ) { 37 $screen_shot .= '<figcaption>' . $descriptions[ (int)$image['resolution'] ] . '</figcaption>'; 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.