From 95fb44c6e45b58f3c6a0321e7228bcfab3bad1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 23 Feb 2018 11:44:20 -0500 Subject: comment function unnecesary --- functions.php | 2 ++ 1 file changed, 2 insertions(+) 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 ------------------------------------------------------------------------------*/ -- cgit v1.2.3