Changeset 8767
- Timestamp:
- 05/09/2019 10:05:33 PM (6 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
r8766 r8767 4 4 plugins_url( 'style.css', __FILE__ ), 5 5 [ 'gp-base' ], 6 '201905 08'6 '20190510' 7 7 ); 8 8 gp_enqueue_style( 'wporg-translate' ); … … 30 30 plugins_url( 'js/editor.js', __FILE__ ), 31 31 [ 'gp-editor', 'autosize' ], 32 '201905 06'32 '20190510' 33 33 ); 34 34 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/inc/class-plugin.php
r8732 r8767 82 82 plugins_url( './js/translation-suggestions.js', PLUGIN_FILE ), 83 83 [ 'gp-editor' ], 84 '201905 06'84 '20190510' 85 85 ); 86 86
Note: See TracChangeset
for help on using the changeset viewer.