#3848 closed defect (bug) (fixed)
Typo in bp-core/bp-core-admin.php
Reported by: | ChantalC | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | minor | Version: | 1.5.1 |
Component: | Toolbar & Notifications | Keywords: | has-patch |
Cc: |
Description
Line 299 says:
add_settings_section( 'bp_activity', ( 'Actvity Settings', 'buddypress' ), 'bp_admin_setting_callback_activity_section', 'buddypress' );
'Actvity' should be 'Activity'
add_settings_section( 'bp_activity', ( 'Activity Settings', 'buddypress' ), 'bp_admin_setting_callback_activity_section', 'buddypress' );
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [5550]) Fixes typo in bp-core-admin.php.
Fixes #3848
Props fanquake, ChantalC