Make WordPress Core

Ticket #2430: dotclear.php.diff

File dotclear.php.diff, 445 bytes (added by thomasq, 20 years ago)
  • dotclear.php

     
    349354
    350355                                $Title = $wpdb->escape(csc ($post_titre));
    351356                                $post_content = textconv ($post_content);
     357                                $post_excerpt = "";
    352358                                if ($post_chapo != "") {
    353359                                        $post_excerpt = textconv ($post_chapo);
    354360                                        $post_content = $post_excerpt ."\n<!--more-->\n".$post_content;