Changeset 6538
- Timestamp:
- 02/04/2018 08:33:27 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
r6424 r6538 358 358 $plugin = get_post( $post ); 359 359 360 if ( in_array( $plugin->post_status, [ 'disabled', 'closed' ], true ) ) {361 return false;362 }363 364 360 $raw_icons = get_post_meta( $plugin->ID, 'assets_icons', true ) ?: array(); 365 361 $icon = $icon_1x = $icon_2x = $svg = $generated = false;
Note: See TracChangeset
for help on using the changeset viewer.