Changeset 10594 for trunk/src/bp-core/classes/class-bp-email.php
- Timestamp:
- 02/15/2016 07:12:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-email.php
r10491 r10594 736 736 737 737 // Load the template. 738 add_filter( 'bp_locate_template_and_load', '__return_true' ); 739 738 740 bp_locate_template( bp_email_get_template( $this->post_object ), true, false ); 741 742 remove_filter( 'bp_locate_template_and_load', '__return_true' ); 743 739 744 $this->set_template( ob_get_contents() ); 740 745
Note: See TracChangeset
for help on using the changeset viewer.