Update register styles

This commit is contained in:
Champ Camba
2019-08-30 20:21:53 +08:00
parent 0ae57fd382
commit dd6b7169b0
+3 -1
View File
@@ -144,9 +144,10 @@ if ( ! class_exists( 'um\core\Enqueue' ) ) {
/**
*
* Register styles
*/
function register_styles() {
//FontAwesome and FontIcons styles
wp_register_style( 'um_fonticons_ii', $this->css_baseurl . 'um-fonticons-ii.css', array(), ultimatemember_version );
wp_register_style( 'um_fonticons_fa', $this->css_baseurl . 'um-fonticons-fa.css', array(), ultimatemember_version );
@@ -170,6 +171,7 @@ if ( ! class_exists( 'um\core\Enqueue' ) ) {
wp_register_style( 'um_profile', $this->css_baseurl . 'um-profile.css', array(), ultimatemember_version );
wp_register_style( 'um_account', $this->css_baseurl . 'um-account.css', array(), ultimatemember_version );
wp_register_style( 'um_misc', $this->css_baseurl . 'um-misc.css', array(), ultimatemember_version );
}