Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#3848 closed defect (bug) (fixed)

Typo in bp-core/bp-core-admin.php

Reported by: chantalc's profile 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)

Activity_Fix.patch (812 bytes) - added by fanquake 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @fanquake
13 years ago

  • Component changed from Core to Admin/Buddy Bars
  • Keywords has-patch added
  • Severity changed from normal to minor

#2 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.6

#3 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5550]) Fixes typo in bp-core-admin.php.
Fixes #3848
Props fanquake, ChantalC

#4 @DJPaul
8 years ago

  • Component changed from General - Toolbar/BuddyBar to Toolbar & Notifications
Note: See TracTickets for help on using tickets.