Changeset 11093 for trunk/src/bp-core/bp-core-options.php
- Timestamp:
- 09/13/2016 05:00:17 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-options.php
r10949 r11093 14 14 * Get the default site options and their values. 15 15 * 16 * Default values should not be set by calls to `get_option()` or `get_site_option()` due to 17 * these causing load order problems with `bp_core_clear_root_options_cache()`; see #BP7227. 18 * 16 19 * @since 1.6.0 17 20 * … … 75 78 76 79 // Email unsubscribe salt. 77 'bp-emails-unsubscribe-salt' => base64_encode( wp_generate_password( 64, true, true ) ),80 'bp-emails-unsubscribe-salt' => '', 78 81 79 82 /* Groups ************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.