Changeset 2389 for trunk/bp-blogs.php
- Timestamp:
- 01/21/2010 11:19:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r2383 r2389 117 117 * @package BuddyPress Blogs 118 118 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals() 119 * @uses bp_is_ home() Checks to see if the current user being viewed is the logged in user119 * @uses bp_is_my_profile() Checks to see if the current user being viewed is the logged in user 120 120 */ 121 121 function bp_blogs_setup_nav() { … … 139 139 /* Set up the component options navigation for Blog */ 140 140 if ( 'blogs' == $bp->current_component ) { 141 if ( bp_is_ home() ) {141 if ( bp_is_my_profile() ) { 142 142 if ( function_exists('xprofile_setup_nav') ) { 143 143 $bp->bp_options_title = __('My Blogs', 'buddypress');
Note: See TracChangeset
for help on using the changeset viewer.