Changeset 2209 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 12/27/2009 10:41:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r2205 r2209 61 61 <?php endif; ?> 62 62 63 <?php if ( function_exists( 'bp_blogs_install' ) ) : ?>63 <?php if ( function_exists( 'bp_blogs_install' ) && bp_core_is_multiblog_install() ) : ?> 64 64 <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?> class="selected"<?php endif; ?>> 65 65 <a href="<?php echo site_url() ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a>
Note: See TracChangeset
for help on using the changeset viewer.