- Timestamp:
- 02/11/2018 03:38:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/members/loader.php
r11686 r11855 43 43 */ 44 44 protected function includes() { 45 require( trailingslashit( $this->dir ) . 'functions.php' );45 require( trailingslashit( $this->dir ) . 'functions.php' ); 46 46 require( trailingslashit( $this->dir ) . 'template-tags.php' ); 47 47 } … … 70 70 71 71 // Actions to check whether we are in the member's default front page sidebar 72 add_action( 'dynamic_sidebar_before', array( $this, 'user_home_sidebar_set' ), 10, 1 );73 add_action( 'dynamic_sidebar_after', array( $this, 'user_home_sidebar_unset' ), 10, 1 );72 add_action( 'dynamic_sidebar_before', array( $this, 'user_home_sidebar_set' ), 10, 1 ); 73 add_action( 'dynamic_sidebar_after', array( $this, 'user_home_sidebar_unset' ), 10, 1 ); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.