aboutsummaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-02-23 11:44:20 -0500
committerJesús <heckyel@hyperbola.info>2018-02-23 11:44:20 -0500
commit95fb44c6e45b58f3c6a0321e7228bcfab3bad1de (patch)
tree5a3a0890d33bcc44600ce1bbaeb34faa79344674 /functions.php
parentc88f718c24a1c7db59209df8e60a3adacf2a2293 (diff)
downloadlidra-theme-95fb44c6e45b58f3c6a0321e7228bcfab3bad1de.tar.lz
lidra-theme-95fb44c6e45b58f3c6a0321e7228bcfab3bad1de.tar.xz
lidra-theme-95fb44c6e45b58f3c6a0321e7228bcfab3bad1de.zip
comment function unnecesary
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
------------------------------------------------------------------------------*/