Changeset 967
- Timestamp:
- 03/10/2004 03:40:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r957 r967 50 50 $category_description = addslashes(stripslashes(stripslashes($HTTP_POST_VARS['category_description']))); 51 51 52 $wpdb->query("INSERT INTO $tablecategories (cat_ID, cat_name, category_nicename, category_description, category_parent) VALUES ('0', '$cat_name', '$category_nicename', '$category_description', $cat)");52 $wpdb->query("INSERT INTO $tablecategories (cat_ID, cat_name, category_nicename, category_description, category_parent) VALUES ('0', '$cat_name', '$category_nicename', '$category_description', '$cat')"); 53 53 54 54 header('Location: categories.php#addcat');
Note: See TracChangeset
for help on using the changeset viewer.