Thread Starter
lejf
(@lejf)
In the other site – with Polylang 1.5.2 installed – the problem doesn’t appear. I have compared the line (306) in the ‘admin-filters-post.php’ file of both versions.
The line is different in each version. In 1.5.3 appeared the third argument ($update)
1.5.2
public function save_post($post_id, $post)
1.5.3
public function save_post($post_id, $post, $update)
How to resolve the problem? I’m afraid to just remove this parameter out of this line. There must be some sense of it’s appearing there.
?
Plugin Author
Chouby
(@chouby)
Hi!
Yes it is useful and that’s a bug fix. Does your problem exist when using a default theme such Twenty Twelve and all other plugins de-activated?
EDIT: I just noticed. Are you really using WP 3.6.1?