Changeset 7075 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 04/10/2018 04:24:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r7072 r7075 390 390 if ( ! $icon || 'publish' !== $plugin->post_status ) { 391 391 $generated = true; 392 $icon = $svg =self::get_geopattern_icon_url( $plugin );392 $icon = self::get_geopattern_icon_url( $plugin ); 393 393 } 394 394
Note: See TracChangeset
for help on using the changeset viewer.