Changeset 6230 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 12/04/2017 05:17:46 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
r6162 r6230 360 360 361 361 $icon = $icon_2x = $svg = $generated = false; 362 362 363 foreach ( $raw_icons as $file => $info ) { 363 364 switch ( $info['resolution'] ) { … … 387 388 } 388 389 389 if ( ! $icon ) {390 if ( ! $icon || 'publish' !== $plugin->post_status ) { 390 391 $generated = true; 391 392
Note: See TracChangeset
for help on using the changeset viewer.