Skip to:
Content

BuddyPress.org

Changeset 1216


Ignore:
Timestamp:
03/16/2009 11:47:40 AM (16 years ago)
Author:
apeatling
Message:

Fixes #585 props lancewillett

File:
1 edited

Legend:

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

    r1206 r1216  
    527527            <?php
    528528                if ( function_exists('wp_logout_url') ) {
    529                     $logout_link = '/ <a href="' . wp_logout_url( site_url() ) . '" alt="' . __( 'Log Out', 'buddypress' ) . '">' . __( 'Log Out', 'buddypress' ) . '</a>';
     529                    $logout_link = '/ <a href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a>';
    530530                } else {
    531531                    $logout_link = '/ <a href="' . site_url( '/wp-login.php?action=logout&amp;redirect_to=' . site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a>';                 
Note: See TracChangeset for help on using the changeset viewer.