diff --git a/ilovexm24.php b/ilovexm24.php index f388ef7..c21fa43 100644 --- a/ilovexm24.php +++ b/ilovexm24.php @@ -2,7 +2,7 @@ /* Plugin Name: Wordpress I love Xm24 Ribbon Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon -Description: +Description: Version: 0.0.1 Author: Hacklabbo Author URI: http://www.ecn.org/xm24 @@ -11,12 +11,12 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: ilovexm24 @author HAcklabbo -@category social +@category social @package Wordpress I love Xm24 Ribbon @since 0.0.1 Wordpress I love Xm24 ribbon come from a void's idea. A Plugin for WordPress. -Copyright (C) 2017 Hacklabbo - +Copyright (C) 2017 Hacklabbo - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,11 +47,11 @@ class Xm24_Ribbon { $xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!'; $ribbon = '
'. - ''. + ''. $xm24_text. ''. - '
'; - + ''; + return $ribbon; }