2 is better than none

This commit is contained in:
lucha 2017-03-14 23:41:37 +01:00
parent b2b3d72e03
commit 02db9aa0f0

View file

@ -2,7 +2,7 @@
/* /*
Plugin Name: Wordpress I love Xm24 Ribbon Plugin Name: Wordpress I love Xm24 Ribbon
Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon
Description: Description:
Version: 0.0.1 Version: 0.0.1
Author: Hacklabbo Author: Hacklabbo
Author URI: http://www.ecn.org/xm24 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 Text Domain: ilovexm24
@author HAcklabbo @author HAcklabbo
@category social @category social
@package Wordpress I love Xm24 Ribbon @package Wordpress I love Xm24 Ribbon
@since 0.0.1 @since 0.0.1
Wordpress I love Xm24 ribbon come from a void's idea. A Plugin for WordPress. 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 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 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!'; $xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
$ribbon = '<div class="ilovexm24_content">'. $ribbon = '<div class="ilovexm24_content">'.
'<a title="'.$xm24_title.'" class="ilovexm24_link" target="_blank" href="'.$xm4_url.'">'. '<a title="'.$xm24_title.'" class="ilovexm24_link" target="_blank" href="'.$xm24_url.'">'.
$xm24_text. $xm24_text.
'</a>'. '</a>'.
'</div>'; '</div>';
return $ribbon; return $ribbon;
} }