Changeset 4142
- Timestamp:
- 03/13/2011 02:19:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r4057 r4142 411 411 $alt = ( 0 == $counter % 2 ) ? ' class="alt"' : ''; 412 412 413 echo '<li' . $alt . '><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';413 echo '<li' . $alt . '><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( home_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>'; 414 414 echo '</ul>'; 415 415 echo '</li>'; … … 482 482 else 483 483 wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', BP_PLUGIN_URL . '/bp-themes/bp-default/_inc/css/adminbar.css' ), array(), BP_VERSION ); 484 484 485 485 // Actions used to build the BP admin bar 486 486 add_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );
Note: See TracChangeset
for help on using the changeset viewer.