From d323aaf9ce778ba3a11724e95039131f2565c1d1 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Wed, 3 Jul 2019 19:54:07 +0000 Subject: [PATCH] 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 --- class/dashboard/init.php | 2 +- footnotes.php | 6 +++--- js/wysiwyg-editor.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/class/dashboard/init.php b/class/dashboard/init.php index 7b6016a..90a4c3b 100644 --- a/class/dashboard/init.php +++ b/class/dashboard/init.php @@ -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('visit ManFisher Medien ManuFaktur or herndler.org'); + printf('visit Mark Cheret or herndler.org'); printf("

"); printf("

%s

", __('Take a look on other Plugins we have developed.', MCI_Footnotes_Config::C_STR_PLUGIN_NAME)); diff --git a/footnotes.php b/footnotes.php index 330d6e1..341d6e6 100755 --- a/footnotes.php +++ b/footnotes.php @@ -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 diff --git a/js/wysiwyg-editor.js b/js/wysiwyg-editor.js index ebd0c6f..7a16247 100644 --- a/js/wysiwyg-editor.js +++ b/js/wysiwyg-editor.js @@ -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" };