Skip to content

Commit

Permalink
Bump css version on enqueue.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolstack committed Oct 11, 2016
1 parent cdc9a24 commit 8c6227c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gp-includes/assets-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ function gp_register_default_styles() {
$suffix = SCRIPT_DEBUG ? '.css' : '.min.css';

// Register our base style.
wp_register_style( 'gp-base', $url . '/style' . $suffix, array(), '20150717' );
wp_register_style( 'gp-base', $url . '/style' . $suffix, array(), '20161011' );

// Register the table sorter theme style.
wp_register_style( 'tablesorter-theme', $url . '/tablesorter.theme.glotpress' . $suffix, array(), '20150717' );
wp_register_style( 'tablesorter-theme', $url . '/tablesorter.theme.glotpress' . $suffix, array(), '20161011' );
}

add_action( 'init', 'gp_register_default_styles' );
Expand Down

0 comments on commit 8c6227c

Please sign in to comment.