Changeset 10825 for trunk/src/bp-core/admin/bp-core-admin-settings.php
- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-settings.php
r10565 r10825 23 23 * @since 1.6.0 24 24 * 25 * @uses bp_form_option() To output the option value.26 25 */ 27 26 function bp_admin_setting_callback_admin_bar() { … … 39 38 * @since 1.6.0 40 39 * 41 * @uses checked() To display the checked attribute.42 40 */ 43 41 function bp_admin_setting_callback_account_deletion() { … … 64 62 * @since 1.6.0 65 63 * 66 * @uses checked() To display the checked attribute.67 64 */ 68 65 function bp_admin_setting_callback_activity_akismet() { … … 133 130 * @since 1.6.0 134 131 * 135 * @uses bp_form_option() To output the option value.136 132 */ 137 133 function bp_admin_setting_callback_profile_sync() { … … 149 145 * @since 1.6.0 150 146 * 151 * @uses checked() To display the checked attribute.152 147 */ 153 148 function bp_admin_setting_callback_avatar_uploads() { … … 186 181 * @since 1.6.0 187 182 * 188 * @uses checked() To display the checked attribute.189 183 */ 190 184 function bp_admin_setting_callback_group_creation() { … … 236 230 * @since 1.6.0 237 231 * 238 * @uses checked() To display the checked attribute.239 * @uses bp_get_option() To get the config location.240 * @uses bp_form_option() To get the sanitized form option.241 232 */ 242 233 function bp_admin_setting_callback_bbpress_configuration() { … … 266 257 * @since 1.6.0 267 258 * 268 * @uses settings_fields() To output the hidden fields for the form.269 * @uses do_settings_sections() To output the settings sections.270 259 */ 271 260 function bp_core_admin_settings() { … … 351 340 * @since 1.6.0 352 341 * 353 * @uses bp_get_bp_form_option()354 *355 342 * @param string $option Form option to echo. 356 343 * @param string $default Form option default. … … 365 352 * @since 1.6.0 366 353 * 367 * @uses bp_get_option()368 * @uses esc_attr()369 * @uses apply_filters()370 354 * 371 355 * @param string $option Form option to return.
Note: See TracChangeset
for help on using the changeset viewer.