This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/blog.xfce.org.

commit c0fa30685da0263798bbadee00086fe7aa83d5ce
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Tue May 21 02:14:46 2019 +0300

    cdn.xfce.org/style/css.., not cdn.xfce.org/css...
---
 wp-content/themes/xfce-2017/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-content/themes/xfce-2017/functions.php 
b/wp-content/themes/xfce-2017/functions.php
index ac9e5a5..8de32cc 100644
--- a/wp-content/themes/xfce-2017/functions.php
+++ b/wp-content/themes/xfce-2017/functions.php
@@ -51,7 +51,7 @@ if( function_exists( 'register_nav_menu' ) ) {
 add_action( 'wp_enqueue_scripts', 'xfce_styles' );
 
 function xfce_styles( ) {
-       wp_enqueue_style( 'xfce-base', '//cdn.xfce.org/css.php?site=blog' );
+       wp_enqueue_style( 'xfce-base', '//cdn.xfce.org/style/css.php?site=blog' 
);
 }
 
 ?>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to