Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2013 03:02:40 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Remove $current_tab variable usage in bp_blogs_blog_tabs(). Fixes debug notice if this function is used. Fixes #5073.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-template.php

    r7228 r7235  
    789789
    790790<?php
    791 
    792     // @todo where does $current_tab come from?
    793     do_action( 'bp_blogs_blog_tabs', $current_tab );
     791    do_action( 'bp_blogs_blog_tabs' );
    794792}
    795793
Note: See TracChangeset for help on using the changeset viewer.