From 104c6a815fad49d9c2c16f8ca9c376d76acd27ee Mon Sep 17 00:00:00 2001 From: lechuck <l3chuck@autistici.org> Date: Sat, 14 Apr 2012 22:52:10 +0000 Subject: [PATCH] remove notification email --- wp-content/plugins/ai-remove-notification.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wp-content/plugins/ai-remove-notification.php diff --git a/wp-content/plugins/ai-remove-notification.php b/wp-content/plugins/ai-remove-notification.php new file mode 100644 index 000000000..ac10a87b5 --- /dev/null +++ b/wp-content/plugins/ai-remove-notification.php @@ -0,0 +1,5 @@ +<?php +if ( !function_exists( 'wp_password_change_notification' ) ) { + function wp_password_change_notification() {} +} +?> -- GitLab