[guadec-web/guadec2017] Removed duplicated function



commit c2c004bf8f196954a1fca52e9fa3cd11e73afc79
Author: Oliver Gutierrez <ogutierrez redhat com>
Date:   Thu Jun 15 14:01:45 2017 +0100

    Removed duplicated function

 guadec2017wp/functions.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/guadec2017wp/functions.php b/guadec2017wp/functions.php
index e93a855..784402f 100644
--- a/guadec2017wp/functions.php
+++ b/guadec2017wp/functions.php
@@ -1,10 +1,5 @@
 <?php
 
-add_action( 'wp_enqueue_scripts', 'guadec2017wp_enqueue_styles' );
-function my_theme_enqueue_styles() {
-    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
-}
-
 function my_theme_enqueue_styles() {
 
     $parent_style = 'sensible-wp-style';


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]