aboutsummaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 5c563b6..e66112b 100644
--- a/functions.php
+++ b/functions.php
@@ -44,11 +44,13 @@ function widgets_activation(){
}
add_action('widgets_init', 'widgets_activation');
+/*
//Agrega iconos por defecto de WordPress
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
+*/
/*Ajustes y Limpieza para WordPress
------------------------------------------------------------------------------*/