Skip to:
Content

BuddyPress.org

Changeset 3404


Ignore:
Timestamp:
11/12/2010 10:50:08 PM (14 years ago)
Author:
boonebgorges
Message:

Adds do_action() hook after items on the My Blogs item on the admin bar. Fixes #2168. Props travel-junkie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-adminbar.php

    r3365 r3404  
    138138            echo '<li><a href="' . $site_url . 'wp-admin/edit-comments.php">' . __( 'Manage Comments', 'buddypress' ) . '</a></li>';
    139139            echo '</ul>';
     140
     141            do_action( 'bp_adminbar_blog_items', $blog );
    140142
    141143            echo '</li>';
Note: See TracChangeset for help on using the changeset viewer.