Changeset 10412 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 12/17/2015 08:47:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10375 r10412 423 423 if ( ! empty( $args[ $label_type ] ) ) { 424 424 $wp_post_types[ $post_type ]->labels->{$label_type} = $args[ $label_type ]; 425 unset( $args[ $ post_type ] );425 unset( $args[ $label_type ] ); 426 426 } 427 427 }
Note: See TracChangeset
for help on using the changeset viewer.