Changeset 37263 for trunk/src/wp-includes/option.php
- Timestamp:
- 04/20/2016 03:44:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r37223 r37263 942 942 * 943 943 * @since 2.8.0 944 * @access private 944 945 * 945 946 * @global array $_updated_user_settings 946 947 * 947 * @param array $user_settings 948 * @return bool|void 948 * @param array $user_settings User settings. 949 * @return bool|null False if the current user can't be found, null if the current 950 * user is not a super admin or a member of the site, otherwise true. 949 951 */ 950 952 function wp_set_all_user_settings( $user_settings ) {
Note: See TracChangeset
for help on using the changeset viewer.