Ticket #7969: 7969.02.patch
| File 7969.02.patch, 825 bytes (added by , 8 years ago) |
|---|
-
src/bp-templates/bp-nouveau/buddypress-functions.php
444 444 continue; 445 445 } 446 446 447 if ( 'groups' === $object ) {448 $supported_objects = array_merge( $supported_objects, array( 'group_members', 'group_requests' ) );449 }450 451 447 $object_nonces[ $object ] = wp_create_nonce( 'bp_nouveau_' . $object ); 452 448 } 453 449 450 // Groups require some additional objects. 451 if ( bp_is_active( 'groups' ) ) { 452 $supported_objects = array_merge( $supported_objects, array( 'group_members', 'group_requests' ) ); 453 } 454 454 455 // Add components & nonces 455 456 $params['objects'] = $supported_objects; 456 457 $params['nonces'] = $object_nonces;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)