Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (8 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

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

    r10825 r10899  
    126126 *
    127127 * @since 1.6.0
    128  *
    129128 */
    130129function bp_add_options() {
     
    157156 *
    158157 * @since 1.6.0
    159  *
    160158 */
    161159function bp_delete_options() {
     
    185183 *
    186184 * @since 1.6.0
    187  *
    188185 */
    189186function bp_setup_option_filters() {
     
    490487 * @since 2.3.0
    491488 *
    492  * @param  string $option Name of the option key.
     489 * @param string $option Name of the option key.
    493490 * @return mixed Value, if found.
    494491 */
     
    754751     *
    755752     * @since 1.6.0
    756      *
    757753     *
    758754     * @param bool|string $default Optional. Default: '0'.
Note: See TracChangeset for help on using the changeset viewer.