Changeset 3425
- Timestamp:
- 06/18/2016 12:32:16 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
r3421 r3425 21 21 $screen_shots = get_post_meta( $plugin->ID, 'assets_screenshots', true ); 22 22 23 if ( empty( $screen_shots ) ) { 24 return ''; 25 } 26 23 27 /* 24 28 * Find the image that corresponds with the text.
Note: See TracChangeset
for help on using the changeset viewer.