Changeset 3421 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-screenshots.php
- Timestamp:
- 06/18/2016 04:30:41 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
r3401 r3421 31 31 32 32 if ( array_key_exists( $image['resolution'], $descriptions ) ) { 33 $screen_shot .= '<figcaption>' . esc_html( $descriptions[ $image['resolution'] ] ). '</figcaption>';33 $screen_shot .= '<figcaption>' . $descriptions[ $image['resolution'] ] . '</figcaption>'; 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.