Hi,
Since upgrading to YARPP 3.2.1b1, every time I add a new post or edit an existing post, I get error messages like the following:
Warning: Missing argument 2 for yarpp_status_transition() in /home/user/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 355
Warning: Missing argument 3 for yarpp_status_transition() in /home/user/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 355
Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php:355) in /home/wordpress/latest/wp-includes/pluggable.php on line 890
So it seems that $old_status and $post are not being passed to the yarpp_status_transition function.
Any ideas? I'll have to disable the plugin on multiple sites until fixed... :(
Thanks.