Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2012 07:35:41 PM (13 years ago)
Author:
djpaul
Message:

Tidy up incorrect phpdoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-settings.php

    r6079 r6080  
    1414 * Main settings section description for the settings page
    1515 *
    16  * @since BuddyPress (r2786)
     16 * @since BuddyPress (1.6)
    1717 */
    1818function bp_admin_setting_callback_main_section() { }
    1919
    2020/**
    21  * Throttle setting field
    22  *
    23  * @since BuddyPress (r2737)
     21 * Admin bar for logged out users setting field
     22 *
     23 * @since BuddyPress (1.6)
    2424 *
    2525 * @uses bp_form_option() To output the option value
     
    3535
    3636/**
    37  * Allow subscriptions setting field
    38  *
    39  * @since BuddyPress (r2737)
     37 * Allow members to delete their accounts setting field
     38 *
     39 * @since BuddyPress (1.6)
    4040 *
    4141 * @uses checked() To display the checked attribute
     
    6262 * Allow Akismet setting field
    6363 *
    64  * @since BuddyPress (r3575)
     64 * @since BuddyPress (1.6)
    6565 *
    6666 * @uses checked() To display the checked attribute
     
    9494 * Profile settings section description for the settings page
    9595 *
    96  * @since BuddyPress (1.0)
     96 * @since BuddyPress (1.6)
    9797 */
    9898function bp_admin_setting_callback_xprofile_section() { }
    9999
    100100/**
    101  * Edit lock setting field
    102  *
    103  * @since BuddyPress (r2737)
     101 * Enable BP->WP profile syncing field
     102 *
     103 * @since BuddyPress (1.6)
    104104 *
    105105 * @uses bp_form_option() To output the option value
     
    115115
    116116/**
    117  * Allow favorites setting field
    118  *
    119  * @since BuddyPress (r2786)
     117 * Allow members to upload avatars field
     118 *
     119 * @since BuddyPress (1.6)
    120120 *
    121121 * @uses checked() To display the checked attribute
     
    140140
    141141/**
    142  * Allow topic and reply revisions
     142 * Allow all users to create groups field
    143143 *
    144144 * @since BuddyPress (1.6)
     
    166166
    167167/**
    168  * Allow topic and reply revisions
     168 * bb-config.php location field
    169169 *
    170170 * @since BuddyPress (1.6)
     
    197197 * The main settings page
    198198 *
    199  * @since BuddyPress (r2643)
     199 * @since BuddyPress (1.6)
    200200 *
    201201 * @uses screen_icon() To display the screen icon
     
    267267 * Output settings API option
    268268 *
    269  * @since BuddyPress (r3203)
     269 * @since BuddyPress (1.6)
    270270 *
    271271 * @uses bp_get_bp_form_option()
     
    281281     * Return settings API option
    282282     *
    283      * @since BuddyPress (r3203)
     283     * @since BuddyPress (1.6)
    284284     *
    285285     * @uses bp_get_option()
     
    315315 * Used to check if a BuddyPress slug conflicts with an existing known slug.
    316316 *
    317  * @since BuddyPress (r3306)
     317 * @since BuddyPress (1.6)
    318318 *
    319319 * @param string $slug
Note: See TracChangeset for help on using the changeset viewer.