Title: Bug in core.php
Last modified: August 21, 2016

---

# Bug in core.php

 *  Resolved [qenomesum](https://wordpress.org/support/users/qenomesum/)
 * (@qenomesum)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/bug-in-corephp/)
 * 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.
 * [https://wordpress.org/plugins/tweet-old-post/](https://wordpress.org/plugins/tweet-old-post/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/bug-in-corephp/#post-5084776)
 * Hi [@qenomesum](https://wordpress.org/support/users/qenomesum/),
 * Thank you for this feedback.
 * We are taking it into consideration and the bug should be fixed with the next
   update.
 * Thank you for choosing our products.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Bug in core.php’ is closed to new replies.

 * ![](https://ps.w.org/tweet-old-post/assets/icon-256x256.gif?rev=3127181)
 * [Revive Social – Social Media Auto Post and Scheduling Automation Plugin](https://wordpress.org/plugins/tweet-old-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tweet-old-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tweet-old-post/)
 * [Active Topics](https://wordpress.org/support/plugin/tweet-old-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tweet-old-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tweet-old-post/reviews/)

## Tags

 * [core php](https://wordpress.org/support/topic-tag/core-php/)
 * [Revive Old Post](https://wordpress.org/support/topic-tag/revive-old-post/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPShout](https://wordpress.org/support/users/codeinwp/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/bug-in-corephp/#post-5084776)
 * Status: resolved