Changeset 7313 for trunk/wp-includes/registration.php
- Timestamp:
- 03/15/2008 05:02:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration.php
r7249 r7313 156 156 157 157 if ( empty($admin_color) ) 158 $admin_color = ' classic';158 $admin_color = 'fresh'; 159 159 $admin_color = preg_replace('|[^a-z0-9 _.\-@]|i', '', $admin_color); 160 160
Note: See TracChangeset
for help on using the changeset viewer.