Changeset 6424 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 01/24/2018 11:47:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r6404 r6424 363 363 364 364 $raw_icons = get_post_meta( $plugin->ID, 'assets_icons', true ) ?: array(); 365 $icon = $icon_ 2x = $svg = $generated = false;365 $icon = $icon_1x = $icon_2x = $svg = $generated = false; 366 366 367 367 foreach ( $raw_icons as $file => $info ) {
Note: See TracChangeset
for help on using the changeset viewer.