Changeset 9619 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
- Timestamp:
- 03/22/2020 02:43:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r9559 r9619 1 1 <?php 2 2 wp_register_style( 3 'wporg-translate',4 plugins_url( 'style.css', __FILE__ ),5 [ 'gp-base' ],6 '20200301'3 'wporg-translate', 4 plugins_url( 'style.css', __FILE__ ), 5 [ 'gp-base' ], 6 '20200322' 7 7 ); 8 8 gp_enqueue_style( 'wporg-translate' ); … … 27 27 28 28 wp_register_script( 29 'wporg-translate-editor',30 plugins_url( 'js/editor.js', __FILE__ ),31 [ 'gp-editor', 'autosize' ],32 '20190510'29 'wporg-translate-editor', 30 plugins_url( 'js/editor.js', __FILE__ ), 31 [ 'gp-editor', 'autosize' ], 32 '20190510' 33 33 ); 34 34 35 35 wp_register_style( 36 'chartist',37 plugins_url( 'css/chartist.min.css', __FILE__ ),38 [],39 '0.9.5'36 'chartist', 37 plugins_url( 'css/chartist.min.css', __FILE__ ), 38 [], 39 '0.9.5' 40 40 ); 41 41 wp_register_script( 42 'chartist',43 plugins_url( 'js/chartist.min.js', __FILE__ ),44 [],45 '0.9.5'42 'chartist', 43 plugins_url( 'js/chartist.min.js', __FILE__ ), 44 [], 45 '0.9.5' 46 46 ); 47 47
Note: See TracChangeset
for help on using the changeset viewer.