diff --git a/convert.tgz b/convert.tgz index b6e3e2a53..c522abe1d 100644 Binary files a/convert.tgz and b/convert.tgz differ diff --git a/piwik.tgz b/piwik.tgz index 15bb4d4d4..1b2a4823b 100644 Binary files a/piwik.tgz and b/piwik.tgz differ diff --git a/poormancron.tgz b/poormancron.tgz index 1942a164c..24a862f40 100644 Binary files a/poormancron.tgz and b/poormancron.tgz differ diff --git a/sniper.tgz b/sniper.tgz index 9f4ad13e5..a6917c2d2 100644 Binary files a/sniper.tgz and b/sniper.tgz differ diff --git a/tumblr.tgz b/tumblr.tgz index 9291801e3..961a25dd0 100644 Binary files a/tumblr.tgz and b/tumblr.tgz differ diff --git a/twitter.tgz b/twitter.tgz index f4fcc79c7..6fbea7340 100644 Binary files a/twitter.tgz and b/twitter.tgz differ diff --git a/wppost.tgz b/wppost.tgz index 43bc6f26e..2e8fc4fb4 100644 Binary files a/wppost.tgz and b/wppost.tgz differ diff --git a/wppost/wppost.php b/wppost/wppost.php index d0e48b73e..f87d32bbe 100644 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -193,7 +193,7 @@ EOT; if($wp_blog !== 'test') $x = post_url($wp_blog,$xml); - logger('posted to wordpress'); + logger('posted to wordpress: ' . ($x) ? $x : ''); } }