Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/22/2011 05:10:53 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect link in WP admin bar for Messages > Sentbox. Props mikekennedy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-loader.php

    r4961 r5023  
    202202                'parent' => 'my-account-' . $this->id,
    203203                'title'  => __( 'Sent', 'buddypress' ),
    204                 'href'   => trailingslashit( $messages_link . 'sent' )
     204                'href'   => trailingslashit( $messages_link . 'sentbox' )
    205205            );
    206206
Note: See TracChangeset for help on using the changeset viewer.