fixing draft escaping/unescaping of separator
This commit is contained in:
parent
9b5a673af7
commit
6737549a00
@ -98,6 +98,9 @@
|
|||||||
$o->delete($id);
|
$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);
|
$entry = array_change_key_case($entry, CASE_UPPER);
|
||||||
if (isset($entry['CATEGORIES'])) {
|
if (isset($entry['CATEGORIES'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user