Changeset 11093
- Timestamp:
- 09/13/2016 05:00:17 PM (8 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-schema.php
r10941 r11093 519 519 } 520 520 521 bp_update_option( 'bp-emails-unsubscribe-salt', base64_encode( wp_generate_password( 64, true, true ) ) ); 522 521 523 /** 522 524 * Fires after BuddyPress adds the posts for its emails. -
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.