From 066a098540b65d9dc47b507bf659736fb65ae97b Mon Sep 17 00:00:00 2001
From: samba <samba@autistici.org>
Date: Wed, 23 Aug 2017 20:17:46 -0300
Subject: [PATCH] elimina notifiche di password cambiata

---
 wp-content/mu-plugins/ai-remove-notification.php | 3 +++
 wp-content/plugins/ai-remove-notification.php    | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
 create mode 100644 wp-content/mu-plugins/ai-remove-notification.php
 delete mode 100644 wp-content/plugins/ai-remove-notification.php

diff --git a/wp-content/mu-plugins/ai-remove-notification.php b/wp-content/mu-plugins/ai-remove-notification.php
new file mode 100644
index 000000000..978f21367
--- /dev/null
+++ b/wp-content/mu-plugins/ai-remove-notification.php
@@ -0,0 +1,3 @@
+<?php
+	 function wp_password_change_notification() {}
+?>
diff --git a/wp-content/plugins/ai-remove-notification.php b/wp-content/plugins/ai-remove-notification.php
deleted file mode 100644
index ac10a87b5..000000000
--- a/wp-content/plugins/ai-remove-notification.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-if ( !function_exists( 'wp_password_change_notification' ) ) {
-	 function wp_password_change_notification() {}
-}
-?>
-- 
GitLab