Make WordPress Core

Ticket #9468: 9468.diff

File 9468.diff, 675 bytes (added by beaulebens, 17 years ago)
  • wp-admin/import/livejournal.php

     
    361361                $post_content = substr( $post_content, 0, $first + 1 ) . preg_replace( '|<!--more(.*)?-->|sUi', '', substr( $post_content, $first + 1 ) );
    362362                // lj-user ==>  a href
    363363                $post_content = $this->translate_lj_user( $post_content );
    364                 $post_content = force_balance_tags( $post_content );
     364                //$post_content = force_balance_tags( $post_content );
    365365                $post_content = $wpdb->escape( $post_content );
    366366
    367367                // Handle any tags associated with the post