Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/27/2016 09:15:07 PM (10 years ago)
Author:
djpaul
Message:

Emails: refactor notification functions and use bp_send_email to send email.

Backwards compatibility is mostly maintained, though there are a few unavoidable instances where some data passed to filters is no longer sent (an empty string or equivalent is provided to avoid PHP Notices). These will be detailed in a post on bpdevel.wordpress.com in the feature to alert plugin developers.

See #6592. Props timersys, mercime, boonebgorges, hnla, DJPaul.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r10475 r10479  
    507507                        require( $this->plugin_dir . 'bp-core/deprecated/2.3.php' );
    508508                        require( $this->plugin_dir . 'bp-core/deprecated/2.4.php' );
     509                        require( $this->plugin_dir . 'bp-core/deprecated/2.5.php' );
    509510                }
    510511        }
Note: See TracChangeset for help on using the changeset viewer.