Changeset 12970
- Timestamp:
- 06/12/2021 10:36:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r12908 r12970 4 4 * 5 5 * @since 3.0.0 6 * @version 8. 0.06 * @version 8.1.0 7 7 */ 8 8 … … 237 237 238 238 /** 239 * Get the action buttons inside an Activity Loop ,239 * Get the action buttons inside an Activity Loop. 240 240 * 241 241 * @todo This function is too large and needs refactoring and reviewing. 242 242 * @since 3.0.0 243 * 244 * @param array $args See bp_nouveau_wrapper() for the description of parameters. 245 * @return array Activity action buttons used into an Activity Loop. 243 246 */ 244 247 function bp_nouveau_get_activity_entry_buttons( $args ) { … … 531 534 532 535 if ( ! $buttons_group ) { 533 return $buttons;536 return array(); 534 537 } 535 538
Note: See TracChangeset
for help on using the changeset viewer.