Changeset 1404842
- Timestamp:
- 04/26/2016 06:35:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddypress-messages-spam-blocker/trunk/buddypress-messages-spamblocker.php
r1404839 r1404842 12 12 * Domain Path: /languages/ 13 13 */ 14 /* Only load code that needs BuddyPress to run once BP is loaded and initialized. */ 15 function bps_bp_spam_stop_init() { 16 require( dirname(__FILE__) . '/plugin.php' ); 17 } 14 18 15 /* Only load code that needs BuddyPress to run once BP is loaded and initialized. */ 16 function bps_bp_spam_stop_init() { 17 require( dirname( __FILE__ ) . '/plugin.php' ); 18 } 19 add_action( 'bp_include', 'bps_bp_spam_stop_init' ); 19 add_action('bp_include', 'bps_bp_spam_stop_init');
Note: See TracChangeset
for help on using the changeset viewer.