Changeset 2699 for trunk/wp-admin/import-textpattern.php
- Timestamp:
- 07/05/2005 08:47:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import-textpattern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-textpattern.php
r2687 r2699 99 99 $posted = date('Y-m-d H:i:s', $timestamp); 100 100 101 $content = addslashes($post['Body_html']);102 $title = addslashes($post['Title']);101 $content = $wpdb->escape($post['Body_html']); 102 $title = $wpdb->escape($post['Title']); 103 103 $post_name = sanitize_title($title); 104 104
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)