Skip to content

Commit

Permalink
PROD-8011 - Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrabanjara1991 committed Sep 27, 2024
1 parent 01c7427 commit 6aec5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bp-core/bp-core-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -2770,4 +2770,4 @@ function bb_telemetry_platform_data( $bb_telemetry_data ) {
return $bb_telemetry_data;
}

add_filter( 'bb_usage_telemetery_data', 'bb_telemetry_platform_data' );
add_filter( 'bb_usage_telemetry_data', 'bb_telemetry_platform_data' );

0 comments on commit 6aec5a6

Please sign in to comment.