Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3694, comment 4


Ignore:
Timestamp:
10/26/2011 08:18:33 PM (13 years ago)
Author:
sboisvert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3694, comment 4

    initial v1  
    1 as a side note, i've been running 1.5.1 with the above lines reversed as I alluded to
     1as a side note, i've been running 1.5.1 with the above lines reversed as I alluded to (I kept the IF  there mostly out of ignorance of what would happen to the following 'if ( bp_is_current_action( $this->slug ) )' statement if I removed it completely)
    22{{{
    33bp_core_new_subnav_item( array( 'name' => ( !$this->nav_item_name ) ? $this->name : $this->nav_item_name, 'slug' => $this->slug, 'parent_slug' => $bp->groups->current_group->slug, 'parent_url' => bp_get_group_permalink( $bp->groups->current_group ), 'position' => $this->nav_item_position, 'item_css_id' => 'nav-' . $this->slug, 'screen_function' => array( &$this, '_display_hook' ), 'user_has_access' => $this->enable_nav_item ) );