- Timestamp:
- 05/11/2019 01:33:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r12331 r12395 436 436 } 437 437 438 // The 'activity_update' filter is already used by the Activity component. 439 if ( isset( $actions->activity_update ) && 'bp_groups_format_activity_action_group_activity_update' === $actions->activity_update['format_callback'] ) { 440 unset( $actions->activity_update ); 441 } 442 438 443 if ( bp_is_active( $component ) ) { 439 444 if ( $component === 'xprofile' ) { … … 456 461 457 462 // Skip the incorrectly named pre-1.6 action. 458 if ( 'friends_register_activity_action' !== $action_key ) : ?>463 if ( 'friends_register_activity_action' !== $action_key ) : ?> 459 464 460 465 <option value="<?php echo esc_attr( $action_key ); ?>" <?php selected( $action_key, $selected ); ?>><?php echo esc_html( $action_values[ 'value' ] ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.