Changeset 12475 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 03/16/2023 07:37:38 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r12474 r12475 384 384 385 385 // Resolve to URLs 386 $svg = $svg ? self::get_asset_url( $plugin, $svg ) : false; 386 387 $icon = $icon ? self::get_asset_url( $plugin, $icon ) : false; 387 388 $icon_2x = $icon_2x ? self::get_asset_url( $plugin, $icon_2x ) : false;
Note: See TracChangeset
for help on using the changeset viewer.