Changeset 9699 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 04/06/2020 01:35:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r9672 r9699 78 78 // Ignore the icons if we're relying upon the geopattern default. 79 79 if ( $icons['generated'] ) { 80 $icons = [ ];80 $icons = [ 'svg' => false, 'icon_2x' => false, 'icon' => false ]; 81 81 } 82 82
Note: See TracChangeset
for help on using the changeset viewer.