From 6737549a0061993720a9d1f014f40347b667291f Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 11 Oct 2008 07:50:50 +0000 Subject: [PATCH] fixing draft escaping/unescaping of separator --- fp-includes/core/core.draft.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fp-includes/core/core.draft.php b/fp-includes/core/core.draft.php index b82e57d..bc9fb21 100644 --- a/fp-includes/core/core.draft.php +++ b/fp-includes/core/core.draft.php @@ -98,6 +98,9 @@ $o->delete($id); } + + $entry['content'] = apply_filters('content_save_pre', $entry['content']); + $entry['subject'] = apply_filters('title_save_pre', $entry['subject']); $entry = array_change_key_case($entry, CASE_UPPER); if (isset($entry['CATEGORIES'])) {