Skip to:
Content

BuddyPress.org

Changeset 1545 for trunk/bp-groups.php


Ignore:
Timestamp:
06/15/2009 01:57:29 AM (17 years ago)
Author:
apeatling
Message:

Adding setup_nav actions to all components, to it's easy to hook into the correct place to add new subnav items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1522 r1545  
    284284        }
    285285    }
     286   
     287    do_action( 'groups_setup_nav', $has_access );
    286288}
    287289add_action( 'wp', 'groups_setup_nav', 2 );
Note: See TracChangeset for help on using the changeset viewer.