Skip to:
Content

BuddyPress.org

Ticket #7716: 7716.patch

File 7716.patch, 916 bytes (added by mercime, 7 years ago)
  • src/bp-templates/bp-nouveau/includes/members/template-tags.php

     
    298298                                                'button_attr'       => array(
    299299                                                        'class'           => 'button accept bp-tooltip',
    300300                                                        'rel'             => '',
    301                                                         'data-bp-tooltip' => __( 'Accept', 'buddypress' ),
     301                                                        'data-bp-tooltip' => '',
    302302                                                ),
    303303                                        ), 'reject_friendship' => array(
    304304                                                'id'                => 'reject_friendship',
     
    315315                                                'button_attr'       => array (
    316316                                                        'class'           => 'button reject bp-tooltip',
    317317                                                        'rel'             => '',
    318                                                         'data-bp-tooltip' => __( 'Reject', 'buddypress' ),
     318                                                        'data-bp-tooltip' => '',
    319319                                                ),
    320320                                        ),
    321321                                );