DiasPHPora / wp-to-diaspora

Automatically share WordPress posts on diaspora*
https://wordpress.org/plugins/wp-to-diaspora/
GNU General Public License v2.0
14 stars 1 forks source link

save_post hook priority fix #130

Closed noplanman closed 8 years ago

noplanman commented 8 years ago

Modify the save_post hook priority to be compatible with WP to Twitter plugin.

The problem is, that WordPress has issues with plugins/themes removing and re-adding their own action hooks. Read more here: https://core.trac.wordpress.org/ticket/17817

Fixes #125