- Timestamp:
- 04/27/2018 10:51:25 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php
r11989 r11996 748 748 'parent_attr' => array( 749 749 'id' => '', 750 'class' => $parent_class . ' ' . 'accept',750 'class' => $parent_class, 751 751 ), 752 752 'button_attr' => array( 753 753 'id' => '', 754 'class' => 'button ',754 'class' => 'button accept', 755 755 'rel' => '', 756 756 ), … … 774 774 'parent_attr' => array( 775 775 'id' => '', 776 'class' => $parent_class . ' ' . 'reject',776 'class' => $parent_class, 777 777 ), 778 778 'button_attr' => array( 779 779 'id' => '', 780 'class' => 'button ',780 'class' => 'button reject', 781 781 'rel' => '', 782 782 ),
Note: See TracChangeset
for help on using the changeset viewer.