Skip to:
Content

BuddyPress.org

Changeset 11163


Ignore:
Timestamp:
09/28/2016 03:47:53 AM (9 years ago)
Author:
r-a-y
Message:

Correct PHPDoc since tag for bp_get_option().

File:
1 edited

Legend:

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

    r11105 r11163  
    249249 * The 'bp_get_option' filter is primarily for backward-compatibility.
    250250 *
    251  * @since 1.2.0
     251 * @since 1.5.0
    252252 *
    253253 * @param string $option_name The option to be retrieved.
     
    262262     * Filters the option value for the requested option.
    263263     *
    264      * @since 1.2.0
     264     * @since 1.5.0
    265265     *
    266266     * @param mixed $value The value for the option.
Note: See TracChangeset for help on using the changeset viewer.