Changeset 6080 for trunk/bp-core/admin/bp-core-settings.php
- Timestamp:
- 06/13/2012 07:35:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-settings.php
r6079 r6080 14 14 * Main settings section description for the settings page 15 15 * 16 * @since BuddyPress ( r2786)16 * @since BuddyPress (1.6) 17 17 */ 18 18 function bp_admin_setting_callback_main_section() { } 19 19 20 20 /** 21 * Throttlesetting field22 * 23 * @since BuddyPress ( r2737)21 * Admin bar for logged out users setting field 22 * 23 * @since BuddyPress (1.6) 24 24 * 25 25 * @uses bp_form_option() To output the option value … … 35 35 36 36 /** 37 * Allow subscriptions setting field38 * 39 * @since BuddyPress ( r2737)37 * Allow members to delete their accounts setting field 38 * 39 * @since BuddyPress (1.6) 40 40 * 41 41 * @uses checked() To display the checked attribute … … 62 62 * Allow Akismet setting field 63 63 * 64 * @since BuddyPress ( r3575)64 * @since BuddyPress (1.6) 65 65 * 66 66 * @uses checked() To display the checked attribute … … 94 94 * Profile settings section description for the settings page 95 95 * 96 * @since BuddyPress (1. 0)96 * @since BuddyPress (1.6) 97 97 */ 98 98 function bp_admin_setting_callback_xprofile_section() { } 99 99 100 100 /** 101 * E dit lock setting field102 * 103 * @since BuddyPress ( r2737)101 * Enable BP->WP profile syncing field 102 * 103 * @since BuddyPress (1.6) 104 104 * 105 105 * @uses bp_form_option() To output the option value … … 115 115 116 116 /** 117 * Allow favorites settingfield118 * 119 * @since BuddyPress ( r2786)117 * Allow members to upload avatars field 118 * 119 * @since BuddyPress (1.6) 120 120 * 121 121 * @uses checked() To display the checked attribute … … 140 140 141 141 /** 142 * Allow topic and reply revisions142 * Allow all users to create groups field 143 143 * 144 144 * @since BuddyPress (1.6) … … 166 166 167 167 /** 168 * Allow topic and reply revisions168 * bb-config.php location field 169 169 * 170 170 * @since BuddyPress (1.6) … … 197 197 * The main settings page 198 198 * 199 * @since BuddyPress ( r2643)199 * @since BuddyPress (1.6) 200 200 * 201 201 * @uses screen_icon() To display the screen icon … … 267 267 * Output settings API option 268 268 * 269 * @since BuddyPress ( r3203)269 * @since BuddyPress (1.6) 270 270 * 271 271 * @uses bp_get_bp_form_option() … … 281 281 * Return settings API option 282 282 * 283 * @since BuddyPress ( r3203)283 * @since BuddyPress (1.6) 284 284 * 285 285 * @uses bp_get_option() … … 315 315 * Used to check if a BuddyPress slug conflicts with an existing known slug. 316 316 * 317 * @since BuddyPress ( r3306)317 * @since BuddyPress (1.6) 318 318 * 319 319 * @param string $slug
Note: See TracChangeset
for help on using the changeset viewer.