Changeset 59232 for trunk/src/wp-includes/user.php
- Timestamp:
- 10/14/2024 09:14:49 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r59216 r59232 2367 2367 $meta['admin_color'] = preg_replace( '|[^a-z0-9 _.\-@]|i', '', $admin_color ); 2368 2368 2369 $meta['use_ssl'] = empty( $userdata['use_ssl'] ) || ! $userdata['use_ssl']? '0' : '1';2369 $meta['use_ssl'] = empty( $userdata['use_ssl'] ) ? '0' : '1'; 2370 2370 2371 2371 $meta['show_admin_bar_front'] = empty( $userdata['show_admin_bar_front'] ) ? 'true' : $userdata['show_admin_bar_front'];
Note: See TracChangeset
for help on using the changeset viewer.