Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7520 closed enhancement (fixed)

bp_update_option() => $value should be mixed type, not string (docblocks)

Reported by: slaffik's profile slaFFik Owned by: slaffik's profile slaffik
Milestone: 2.9 Priority: low
Severity: minor Version:
Component: Core Keywords:
Cc:

Description

Because it's mixed in a core update_blog_option() function.

Change History (2)

#1 @slaffik
7 years ago

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

In 11549:

Core: 2nd param in bp_update_option() in docblocks should have mixed type.

It was string, although the WordPress core update_blog_option() related 3rd param ($value) has mixed type.

Fixes #7520.

#2 @slaFFik
7 years ago

  • Milestone changed from Awaiting Review to 2.9
Note: See TracTickets for help on using tickets.