Changeset 9559
- Timestamp:
- 03/01/2020 01:34:05 PM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r9505 r9559 4 4 plugins_url( 'style.css', __FILE__ ), 5 5 [ 'gp-base' ], 6 '20200 213'6 '20200301' 7 7 ); 8 8 gp_enqueue_style( 'wporg-translate' ); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/inc/class-plugin.php
r9496 r9559 113 113 plugins_url( 'css/translation-suggestions.css', PLUGIN_FILE ), 114 114 [], 115 '20200 211'115 '20200301' 116 116 ); 117 117 gp_enqueue_style( 'gp-translation-suggestions' );
Note: See TracChangeset
for help on using the changeset viewer.