Ticket #2430: dotclear.php.diff
| File dotclear.php.diff, 445 bytes (added by , 20 years ago) |
|---|
-
dotclear.php
349 354 350 355 $Title = $wpdb->escape(csc ($post_titre)); 351 356 $post_content = textconv ($post_content); 357 $post_excerpt = ""; 352 358 if ($post_chapo != "") { 353 359 $post_excerpt = textconv ($post_chapo); 354 360 $post_content = $post_excerpt ."\n<!--more-->\n".$post_content;