Make WordPress Core

Changeset 10880


Ignore:
Timestamp:
04/06/2009 06:33:50 PM (17 years ago)
Author:
ryan
Message:

Don't force balance tags to avoid image stripping. Props beaulebens. fixes #9468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/livejournal.php

    r10811 r10880  
    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
Note: See TracChangeset for help on using the changeset viewer.