Ticket #7716: 7716.patch
File 7716.patch, 916 bytes (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/includes/members/template-tags.php
298 298 'button_attr' => array( 299 299 'class' => 'button accept bp-tooltip', 300 300 'rel' => '', 301 'data-bp-tooltip' => __( 'Accept', 'buddypress' ),301 'data-bp-tooltip' => '', 302 302 ), 303 303 ), 'reject_friendship' => array( 304 304 'id' => 'reject_friendship', … … 315 315 'button_attr' => array ( 316 316 'class' => 'button reject bp-tooltip', 317 317 'rel' => '', 318 'data-bp-tooltip' => __( 'Reject', 'buddypress' ),318 'data-bp-tooltip' => '', 319 319 ), 320 320 ), 321 321 );