Changeset 10501 for trunk/src/bp-core/deprecated/2.5.php
- Timestamp:
- 02/03/2016 08:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.5.php
r10500 r10501 658 658 * @since 2.5.0 659 659 * 660 * @param BP_Email $email Email object reference.661 660 * @param bool|WP_Error $delivery_status Bool if the email was sent or not. 662 661 * If a WP_Error, there was a failure. 662 * @param BP_Email $email Email object reference. 663 663 * @return mixed 664 664 */ 665 function bp_core_deprecated_email_actions( $ email, $delivery_status) {665 function bp_core_deprecated_email_actions( $delivery_status, $email ) { 666 666 $pre_2_5_emails = array( 667 667 'activity-comment',
Note: See TracChangeset
for help on using the changeset viewer.