Changeset 8502
- Timestamp:
- 03/24/2019 10:37:56 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
r7481 r8502 1 1 <?php 2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '201 80704' );2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '20190324' ); 3 3 gp_enqueue_style( 'wporg-translate' ); 4 4
Note: See TracChangeset
for help on using the changeset viewer.