Changeset 13890 for trunk/src/bp-core/bp-core-options.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-options.php
r13886 r13890 257 257 * @param string $option_name The option key to be set. 258 258 * @param mixed $value The value to be set. 259 * @return bool True on success, false on failure.259 * @return bool 260 260 */ 261 261 function bp_add_option( $option_name, $value ) { … … 274 274 * @param string $option_name The option key to be set. 275 275 * @param mixed $value The value to be set. 276 * @return bool True on success, false on failure.276 * @return bool 277 277 */ 278 278 function bp_update_option( $option_name, $value ) { … … 290 290 * 291 291 * @param string $option_name The option key to be deleted. 292 * @return bool True on success, false on failure.292 * @return bool 293 293 */ 294 294 function bp_delete_option( $option_name ) {
Note: See TracChangeset
for help on using the changeset viewer.