Changeset 7199
- Timestamp:
- 05/12/2018 12:58:59 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
r7183 r7199 1 1 <?php 2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '201805 05' );2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '20180512' ); 3 3 gp_enqueue_style( 'wporg-translate' ); 4 4
Note: See TracChangeset
for help on using the changeset viewer.