Make WordPress Core


Ignore:
Timestamp:
06/18/2004 12:22:09 AM (22 years ago)
Author:
rboren
Message:

stripslashes() elimination. Remove extra slashes during upgrade. Bugs 0000059 and 0000018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r1429 r1435  
    7676            // should we even bother checking?
    7777            if ($user_level >= $option->option_admin_level) {
    78                 $old_val = stripslashes($option->option_value);
     78                $old_val = $option->option_value;
    7979                $new_val = $_POST[$option->option_name];
    8080                if (!$new_val) {
Note: See TracChangeset for help on using the changeset viewer.