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");
|
$l_obj_Template = new MCI_Footnotes_Template(MCI_Footnotes_Template::C_STR_DASHBOARD, "manfisher");
|
||||||
echo $l_obj_Template->getContent();
|
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("<br/><br/>");
|
||||||
printf("<h3>%s</h3>", __('Take a look on other Plugins we have developed.', MCI_Footnotes_Config::C_STR_PLUGIN_NAME));
|
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 Name: footnotes
|
||||||
Plugin URI: http://wordpress.org/plugins/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.
|
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
|
Version: 1.6.5
|
||||||
Author URI: http://manfisher.net/plugins/footnotes/
|
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||||
Text Domain: footnotes
|
Text Domain: footnotes
|
||||||
Domain Path: /languages
|
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
|
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
|
it under the terms of the GNU General Public License, version 3, as
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
getInfo : function() {
|
getInfo : function() {
|
||||||
return {
|
return {
|
||||||
longname : 'Inserts the Footnotes short code.',
|
longname : 'Inserts the Footnotes short code.',
|
||||||
author : 'ManFisher Medien ManuFaktur',
|
author : 'Mark Cheret',
|
||||||
authorurl : 'http://http://manfisher.net/',
|
authorurl : 'http://cheret.de',
|
||||||
infourl : 'http://wordpress.org/plugins/footnotes/',
|
infourl : 'http://wordpress.org/plugins/footnotes/',
|
||||||
version : "1.5.0"
|
version : "1.5.0"
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue