Skip to content

Commit

Permalink
Merge pull request #1929 from rtCamp/pre-release
Browse files Browse the repository at this point in the history
Pre release into Develop
  • Loading branch information
Pradeep1308 authored Jun 15, 2022
2 parents 1f622e6 + ed1b3b1 commit d4325f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/controllers/template/RTMediaNav.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct( $action = true ) {
add_action( 'admin_bar_menu', array( $this, 'admin_nav' ), $order );

if ( class_exists( 'BuddyPress' ) ) {
add_action( 'bp_setup_nav', array( $this, 'custom_media_nav_tab' ), 10, 1 );
add_action( 'bp_parse_query', array( $this, 'custom_media_nav_tab' ), 99, 1 );
add_filter( 'bp_nouveau_nav_has_count', array( $this, 'rtmedia_bp_nouveau_nav_has_count' ), 10, 3 );
add_filter( 'bp_nouveau_get_nav_count', array( $this, 'rtmedia_bp_nouveau_get_nav_count' ), 10, 3 );
}
Expand Down

0 comments on commit d4325f8

Please sign in to comment.