- Timestamp:
- 03/10/2016 07:45:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r10523 r10652 11 11 defined( 'ABSPATH' ) || exit; 12 12 13 require dirname( __FILE__ ) . '/classes/class-bp-notifications-template.php'; 13 if ( ! buddypress()->do_autoload ) { 14 require dirname( __FILE__ ) . '/classes/class-bp-notifications-template.php'; 15 } 14 16 15 17 /**
Note: See TracChangeset
for help on using the changeset viewer.