Ticket #9468: 9468.diff
| File 9468.diff, 675 bytes (added by , 17 years ago) |
|---|
-
wp-admin/import/livejournal.php
361 361 $post_content = substr( $post_content, 0, $first + 1 ) . preg_replace( '|<!--more(.*)?-->|sUi', '', substr( $post_content, $first + 1 ) ); 362 362 // lj-user ==> a href 363 363 $post_content = $this->translate_lj_user( $post_content ); 364 $post_content = force_balance_tags( $post_content );364 //$post_content = force_balance_tags( $post_content ); 365 365 $post_content = $wpdb->escape( $post_content ); 366 366 367 367 // Handle any tags associated with the post