Changeset 4925
- Timestamp:
- 02/18/2017 02:30:57 PM (8 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
r4924 r4925 1 1 <?php 2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '201 60601' );2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '20170218' ); 3 3 gp_enqueue_style( 'wporg-translate' ); 4 4 5 5 wp_register_style( 'chartist', plugins_url( 'css/chartist.min.css', __FILE__ ), array(), '0.9.5' ); 6 6 wp_register_script( 'chartist', plugins_url( 'js/chartist.min.js', __FILE__ ), array(), '0.9.5' ); 7 8 7 9 8 /**
Note: See TracChangeset
for help on using the changeset viewer.