Make WordPress Core

Changeset 300


Ignore:
Timestamp:
08/07/2003 09:11:53 PM (21 years ago)
Author:
saxmatt
Message:

Add slashes to titles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blogger-2-wp.php

    r299 r300  
    127127            $post_content = addslashes($post_content);
    128128            $post_content = str_replace('<br>', '<br />', $post_content); // the XHTML touch... ;)
     129           
     130            $post_title = addslashes($post_title);
    129131
    130132            $result = $wpdb->query("
Note: See TracChangeset for help on using the changeset viewer.