Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2011 10:23:05 PM (16 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-hooks.php

    r3917 r3923  
    2424// Setup the navigation menu
    2525add_action( 'bp_init',    'bp_setup_nav',            8 );
     26
     27// Setup the title
     28add_action( 'bp_init',    'bp_setup_title',          8 );
    2629
    2730// Setup widgets
Note: See TracChangeset for help on using the changeset viewer.