From 7c8532b4ad17fe60c5ef4a02cb3604c643c9e34b Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 2 Dec 2017 13:58:17 -0800
Subject: [PATCH] swicth footnote plugins

---
 bin/noblogs.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/noblogs.in b/bin/noblogs.in
index 32176e4..afa4fea 100755
--- a/bin/noblogs.in
+++ b/bin/noblogs.in
@@ -515,8 +515,7 @@ function do_fix_cdn($args){
 function do_rename_plugins($args){
     include_once(NOBLOGS_ROOT . '/wp-admin/includes/plugin.php');
     $rename = array(
-        'wordpress-popular-post/wordpress-popular-posts.php' => 'wordpress-popular-posts/wordpress-popular-posts.php',
-        'french-creative-commons-license-widget/ccLicense.php' => 'creative-commons-license-widget/ccLicense.php'
+        'wp-footnotes/footnotes.php' => 'footnotation/footnotation.php'
     );
     foreach ($args as $arg) {
         $blog = noblogs_get_blog($arg);
-- 
GitLab