Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • wp-6.8.1
  • renovate/roots-wordpress-6.x
  • theme-link-folio
  • footnotes-made-easy
  • wordpress-full
  • creativecommons
  • debug
  • back-to-hyperdb
  • 23theme-child
  • responsive-twentyten
  • wpgancio
  • logo-login
  • twentytwentytwochild
  • noblogs-5.6.1c
15 results

0213-Description-of-the-disable-notification-plugin.patch

Blame
  • 0213-Description-of-the-disable-notification-plugin.patch 874 B
    From 81521d796c13f4305aa42e60e9d1909ce3e1d2f0 Mon Sep 17 00:00:00 2001
    From: lucha <lucha@paranoici.org>
    Date: Sun, 30 Dec 2018 13:52:14 -0800
    Subject: [PATCH 213/229] Description of the disable notification plugin
    
    ---
     wp-content/mu-plugins/ai-remove-notification.php | 7 +++++++
     1 file changed, 7 insertions(+)
    
    diff --git a/wp-content/mu-plugins/ai-remove-notification.php b/wp-content/mu-plugins/ai-remove-notification.php
    index 978f2136..b71d6836 100644
    --- a/wp-content/mu-plugins/ai-remove-notification.php
    +++ b/wp-content/mu-plugins/ai-remove-notification.php
    @@ -1,3 +1,10 @@
     <?php
    +/*
    +  Plugin Name: A/I - Remove password change notification
    +  Description: Disables email notification of password changes
    +  Version: 0.1
    +  Author: Autistici/Inventati
    +  Author URI: https://autistici.org
    +*/
     	 function wp_password_change_notification() {}
     ?>
    -- 
    2.17.1