diff options
author | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:44:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:44:20 -0500 |
commit | 95fb44c6e45b58f3c6a0321e7228bcfab3bad1de (patch) | |
tree | 5a3a0890d33bcc44600ce1bbaeb34faa79344674 /functions.php | |
parent | c88f718c24a1c7db59209df8e60a3adacf2a2293 (diff) | |
download | lidra-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.php | 2 |
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 ------------------------------------------------------------------------------*/ |