Use dashicons in data table sorting

This commit is contained in:
Brian Miyaji
2014-01-09 12:37:57 +11:00
parent bfcf6e9b38
commit 383a34cac3
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
function sportspress_enqueue_scripts() {
// Styles
wp_register_style( 'sportspress', SPORTSPRESS_PLUGIN_URL . 'assets/css/sportspress.css', array(), time() );
wp_register_style( 'sportspress', SPORTSPRESS_PLUGIN_URL . 'assets/css/sportspress.css', array( 'dashicons' ), time() );
wp_enqueue_style( 'sportspress');
// Scripts