Changeset 1758
- Timestamp:
- 07/19/2015 07:46:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php
r1735 r1758 1 1 <?php 2 2 3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '2015071 2' );3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150718' ); 4 4 5 5 add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
Note: See TracChangeset
for help on using the changeset viewer.