Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2011 10:23:05 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect title tag when components are not in root directory

File:
1 edited

Legend:

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

    r3922 r3923  
    220220    }
    221221
    222 
     222    /**
     223     * Setup the component title
     224     *
     225     * @since Buddypress {unknown}
     226     *
     227     * @uses do_action() Calls 'bp_{@link bp_Component::name}_setup_title'
     228     */
    223229    function _setup_title( ) {
    224        
     230        do_action(  'bp_' . $this->id . '_setup_title' );
    225231    }
    226232
Note: See TracChangeset for help on using the changeset viewer.