Changeset 300
- Timestamp:
- 08/07/2003 09:11:53 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blogger-2-wp.php
r299 r300 127 127 $post_content = addslashes($post_content); 128 128 $post_content = str_replace('<br>', '<br />', $post_content); // the XHTML touch... ;) 129 130 $post_title = addslashes($post_title); 129 131 130 132 $result = $wpdb->query("
Note: See TracChangeset
for help on using the changeset viewer.