Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2011 05:40:12 PM (14 years ago)
Author:
djpaul
Message:

Adds additional arguments to the BP_Button class to allow for greater customisation in themes. Fixes #2711, props johnjamesjacoby.

File:
1 edited

Legend:

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

    r3616 r3685  
    548548                'wrapper_id'        => 'send-private-message',
    549549                'link_href'         => bp_get_send_private_message_link(),
     550                'link_title'        => __( 'Send a private message to this user.', 'buddypress' ),
     551                'link_text'         => __( 'Send Private Message', 'buddypress' ),
    550552                'link_class'        => 'send-message',
    551                 'link_title'        => __( 'Send a private message to this user.', 'buddypress' ),
    552                 'link_text'         => __( 'Send Private Message', 'buddypress' )
    553553            ) )
    554554        );
Note: See TracChangeset for help on using the changeset viewer.