Changing links and author information. Video coming seeking help by developers!
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2117168 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
d4cd3e5c73
commit
d323aaf9ce
3 changed files with 6 additions and 6 deletions
|
@ -146,7 +146,7 @@ class MCI_Footnotes_Layout_Init {
|
|||
$l_obj_Template = new MCI_Footnotes_Template(MCI_Footnotes_Template::C_STR_DASHBOARD, "manfisher");
|
||||
echo $l_obj_Template->getContent();
|
||||
|
||||
printf('<em>visit <a href="http://manfisher.net/" target="_blank">ManFisher Medien ManuFaktur</a> or <a href="http://herndler.org" target="_blank">herndler.org</a></em>');
|
||||
printf('<em>visit <a href="http://cheret.de" target="_blank">Mark Cheret</a> or <a href="http://herndler.org" target="_blank">herndler.org</a></em>');
|
||||
printf("<br/><br/>");
|
||||
printf("<h3>%s</h3>", __('Take a look on other Plugins we have developed.', MCI_Footnotes_Config::C_STR_PLUGIN_NAME));
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
Plugin Name: footnotes
|
||||
Plugin URI: http://wordpress.org/plugins/footnotes/
|
||||
Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||
Author: ManFisher Medien ManuFaktur
|
||||
Author: Mark Cheret
|
||||
Version: 1.6.5
|
||||
Author URI: http://manfisher.net/plugins/footnotes/
|
||||
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||
Text Domain: footnotes
|
||||
Domain Path: /languages
|
||||
*/
|
||||
/*
|
||||
Copyright 2014 Mark Cheret, Stefan Herndler, Erica Franz (email : info@manfisher.eu | support@herndler.org | erica@fatpony.me)
|
||||
Copyright 2019 Mark Cheret (email : mark@cheret.de)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License, version 3, as
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Inserts the Footnotes short code.',
|
||||
author : 'ManFisher Medien ManuFaktur',
|
||||
authorurl : 'http://http://manfisher.net/',
|
||||
author : 'Mark Cheret',
|
||||
authorurl : 'http://cheret.de',
|
||||
infourl : 'http://wordpress.org/plugins/footnotes/',
|
||||
version : "1.5.0"
|
||||
};
|
||||
|
|
Reference in a new issue