forgot stripslashes
This commit is contained in:
parent
c0a535f83c
commit
8b0fecce71
@ -63,6 +63,8 @@ add_filter('content_save_pre', 'fmt_escape_separator', 100);
|
|||||||
add_filter('excerpt_save_pre', 'fmt_escape_separator', 100);
|
add_filter('excerpt_save_pre', 'fmt_escape_separator', 100);
|
||||||
add_filter('comment_save_pre', 'fmt_escape_separator', 100);
|
add_filter('comment_save_pre', 'fmt_escape_separator', 100);
|
||||||
|
|
||||||
|
add_filter('title_save_pre', 'stripslashes', 1);
|
||||||
|
add_filter('content_save_pre', 'stripslashes', 1);
|
||||||
|
|
||||||
// Clean & add entities (delegated to plugins)
|
// Clean & add entities (delegated to plugins)
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user