Bug in core.php
-
Hi
When I wanted to use the plug-in to send post title and body together with a url shortener a text appeared at the end of the tweet instead of the short link. It was like %short_urlsho. When I search the text in plug-in files, I found that in core.php:$finalTweet = $additionalTextBeginning . $tweetContent . "%short_urlshort_urlurl%" . $newHashtags . $additionalTextEnd; $finalTweet = substr($finalTweet,0, 139); $finalTweet = str_replace("%short_urlshort_urlurl%",$post_url,$finalTweet);
When I correct %short_urlshort_urlurl% to %short_url% problem solved.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug in core.php’ is closed to new replies.