Plugin Directory

Changeset 120428


Ignore:
Timestamp:
05/25/2009 09:41:22 PM (17 years ago)
Author:
marco_b
Message:

Changed the layout of the tweet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • twittrup/trunk/twittrup.php

    r120387 r120428  
    6767            if(get_option('twittrup-post-publish-showlink') == '1'){
    6868                $sShortUrl = shortenurl($sPostLink);
    69                 $sPostTitle = $sPostTitle . ' ( ' . $sShortUrl . ' )';
     69                $sPostTitle = $sPostTitle . ' ' . $sShortUrl . '';
    7070            }
    7171            $sSentence = str_replace ( '#title#', $sPostTitle, $sSentence);
     
    8080            if(get_option('twittrup-post-edit-showlink') == '1'){
    8181                $sShortUrl = shortenurl($sPostLink);
    82                 $sPostTitle = $sPostTitle . ' ( ' . $sShortUrl . ' )';
     82                $sPostTitle = $sPostTitle . ' ' . $sShortUrl . '';
    8383            }
    8484            $sSentence = str_replace ( '#title#', $sPostTitle, $sSentence);
     
    9393            if(get_option('twittrup-draft-created-showlink') == '1'){
    9494                $sShortUrl = shortenurl($sPostLink);
    95                 $sPostTitle = $sPostTitle . ' ( ' . $sShortUrl . ' )';
     95                $sPostTitle = $sPostTitle . ' ' . $sShortUrl . '';
    9696            }
    9797            $sSentence = str_replace ( '#title#', $sPostTitle, $sSentence);
     
    106106            if(get_option('twittrup-draft-edit-showlink') == '1'){
    107107                $sShortUrl = shortenurl($sPostLink);
    108                 $sPostTitle = $sPostTitle . ' ( ' . $sShortUrl . ' )';
     108                $sPostTitle = $sPostTitle . ' ' . $sShortUrl . '';
    109109            }
    110110            $sSentence = str_replace ( '#title#', $sPostTitle, $sSentence);
Note: See TracChangeset for help on using the changeset viewer.