Changeset 10899 for trunk/src/bp-core/bp-core-options.php
- Timestamp:
- 06/23/2016 06:31:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-options.php
r10825 r10899 126 126 * 127 127 * @since 1.6.0 128 *129 128 */ 130 129 function bp_add_options() { … … 157 156 * 158 157 * @since 1.6.0 159 *160 158 */ 161 159 function bp_delete_options() { … … 185 183 * 186 184 * @since 1.6.0 187 *188 185 */ 189 186 function bp_setup_option_filters() { … … 490 487 * @since 2.3.0 491 488 * 492 * @param 489 * @param string $option Name of the option key. 493 490 * @return mixed Value, if found. 494 491 */ … … 754 751 * 755 752 * @since 1.6.0 756 *757 753 * 758 754 * @param bool|string $default Optional. Default: '0'.
Note: See TracChangeset
for help on using the changeset viewer.