]> git.mxchange.org Git - friendica-addons.git/blobdiff - tumblr/tumblr.php
Brought README up to date.
[friendica-addons.git] / tumblr / tumblr.php
index b4de0f3c1a5ca38a74508e80943e7d96d110381d..31021842cce105ec87d0034cb750735ab6f3be91 100755 (executable)
@@ -2,6 +2,7 @@
 
 /**
  * Name: Tumblr Post Connector
+ * Description: Post to Tumblr
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
  */
@@ -171,7 +172,7 @@ function tumblr_send(&$a,&$b) {
                $params = array(
                        'email' => $tmbl_username,
                        'password' => $tmbl_password,
-                       'title' => (($b['title']) ? $b['title'] : t('Post from Friendica')),
+                       'title' => $b['title'],
                        'type' => 'regular',
                        'format' => 'html',
                        'generator' => 'Friendica',