[Plugin: WP to Twitter] Not saving: Do not post Tweets by default (editing only)
-
In wp-to-twitter-manager.php I noticed that the post of the form does not get parsed right.
if ( isset( $_POST['submit-type'] ) && $_POST['submit-type'] == 'advanced' ) { update_option( 'jd_tweet_default', ( isset( $_POST['jd_tweet_default'] ) )?$_POST['jd_tweet_default']:0 ); update_option( 'jd_tweet_default', ( isset( $_POST['jd_tweet_default'] ) )?$_POST['jd_tweet_default']:0 );
Seems to a duplicate line to me, if I add “_edit” to the second one the saving goes correct.
Tho it does not disables it on the blogpost form.
Is this setting build in correct or is it useful to spend some more of my time on this fixing it?
Thanks for your reply ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: WP to Twitter] Not saving: Do not post Tweets by default (editing only)’ is closed to new replies.