Skip to:
Content

BuddyPress.org

Changeset 11549


Ignore:
Timestamp:
05/14/2017 01:32:38 PM (8 years ago)
Author:
slaffik
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-options.php

    r11233 r11549  
    295295 *
    296296 * @param string $option_name The option key to be set.
    297  * @param string $value       The value to be set.
     297 * @param mixed $value       The value to be set.
    298298 * @return bool True on success, false on failure.
    299299 */
Note: See TracChangeset for help on using the changeset viewer.