From 69641d9cbe162067b19568d71f4fdff5872dfc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 21 May 2018 23:02:18 -0500 Subject: remove spaces --- functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index e66112b..f330eb9 100644 --- a/functions.php +++ b/functions.php @@ -1,11 +1,11 @@ " . __('Read more...', 'Lidra') . ""; } add_filter('excerpt_more', 'read_more'); // Funcion de widget -function widgets_activation(){ +function widgets_activation() { register_sidebar( array( 'name' => __('Sidebar', 'Lidra'), 'id' => 'sidebar', @@ -106,7 +106,7 @@ function nowp_rel_canonical() { add_action('init', 'nowp_head_cleanup'); // Limpia dns-prefetch en caso de NO usar fuentes del servicio Privativo Google -function remove_dns_prefetch( $hints, $relation_type ) { +function remove_dns_prefetch($hints, $relation_type) { if ( 'dns-prefetch' === $relation_type ) { return array_diff( wp_dependencies_unique_hosts(), $hints ); } -- cgit v1.2.3