Changeset 1940 for trunk/wp-admin/options.php
- Timestamp:
- 12/12/2004 08:41:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r1915 r1940 49 49 if ($user_level >= $option->option_admin_level) { 50 50 $old_val = $option->option_value; 51 $new_val = $_POST[$option->option_name];51 $new_val = wp_specialchars($_POST[$option->option_name]); 52 52 if (!$new_val) { 53 53 if (3 == $option->option_type) … … 89 89 90 90 foreach ($options as $option) : 91 $value = htmlspecialchars($option->option_value);91 $value = wp_specialchars($option->option_value); 92 92 echo " 93 93 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)