Changeset 1435 for trunk/wp-admin/options.php
- Timestamp:
- 06/18/2004 12:22:09 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r1429 r1435 76 76 // should we even bother checking? 77 77 if ($user_level >= $option->option_admin_level) { 78 $old_val = stripslashes($option->option_value);78 $old_val = $option->option_value; 79 79 $new_val = $_POST[$option->option_name]; 80 80 if (!$new_val) {
Note: See TracChangeset
for help on using the changeset viewer.