Changeset 4505 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-screenshots.php
- Timestamp:
- 12/08/2016 01:58:37 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
r4471 r4505 31 31 foreach ( $screen_shots as $image ) { 32 32 $screen_shot = sprintf( '<a href="%1$s" rel="nofollow"><img class="screenshot" src="%1$s" alt="" /></a>', 33 Template::get_asset_url( $plugin ->post_name, $image )33 Template::get_asset_url( $plugin, $image ) 34 34 ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.