Merge branch 'master' of lucha/wordpress_ilovexm24_ribbon into master
This commit is contained in:
commit
13e138056c
1 changed files with 6 additions and 6 deletions
|
@ -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 = '<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.
|
||||
'</a>'.
|
||||
'</div>';
|
||||
|
||||
'</div>';
|
||||
|
||||
return $ribbon;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue