Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2011 05:32:30 PM (15 years ago)
Author:
djpaul
Message:

Put back bp_styles(), which was accidentally moved in r4536

File:
1 edited

Legend:

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

    r4536 r4538  
    212212function bp_get_plugin_sidebar() {
    213213        locate_template( array( 'plugin-sidebar.php' ), true );
     214}
     215
     216function bp_styles() {
     217        do_action( 'bp_styles' );
     218        wp_print_styles();
    214219}
    215220
Note: See TracChangeset for help on using the changeset viewer.