Plugin Directory

Changeset 817011


Ignore:
Timestamp:
12/08/2013 06:54:14 PM (12 years ago)
Author:
ddean
Message:

Fix garbage from git; change remove_action call to remove_filter for symmetry

Location:
bp-group-hierarchy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bp-group-hierarchy/trunk/bp-group-hierarchy-filters.php

    r752661 r817011  
    1717
    1818    /** 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' );
    2020   
    2121    /** Abort processing on dashboard pages and when not in groups component */
  • bp-group-hierarchy/trunk/index.php

    r817003 r817011  
    1414
    1515define ( '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
     16define ( 'BP_GROUP_HIERARCHY_VERSION', '1.4.1' );
    2117define ( 'BP_GROUP_HIERARCHY_DB_VERSION', 1 );
    2218if( ! defined( 'BP_GROUP_HIERARCHY_SLUG' ) )
Note: See TracChangeset for help on using the changeset viewer.