Changeset 817011
- Timestamp:
- 12/08/2013 06:54:14 PM (12 years ago)
- Location:
- bp-group-hierarchy/trunk
- Files:
-
- 2 edited
-
bp-group-hierarchy-filters.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-hierarchy/trunk/bp-group-hierarchy-filters.php
r752661 r817011 17 17 18 18 /** Only process once - hopefully this won't have any side effects */ 19 remove_ action( 'bp_current_action', 'group_hierarchy_override_current_action' );19 remove_filter( 'bp_current_action', 'group_hierarchy_override_current_action' ); 20 20 21 21 /** Abort processing on dashboard pages and when not in groups component */ -
bp-group-hierarchy/trunk/index.php
r817003 r817011 14 14 15 15 define ( 'BP_GROUP_HIERARCHY_IS_INSTALLED', 1 ); 16 <<<<<<< HEAD 17 define ( 'BP_GROUP_HIERARCHY_VERSION', '1.3.9' ); 18 ======= 19 define ( 'BP_GROUP_HIERARCHY_VERSION', '1.4.0' ); 20 >>>>>>> remotes/trunk 16 define ( 'BP_GROUP_HIERARCHY_VERSION', '1.4.1' ); 21 17 define ( 'BP_GROUP_HIERARCHY_DB_VERSION', 1 ); 22 18 if( ! defined( 'BP_GROUP_HIERARCHY_SLUG' ) )
Note: See TracChangeset
for help on using the changeset viewer.