Plugin Directory

Changeset 140059


Ignore:
Timestamp:
07/28/2009 08:21:41 AM (17 years ago)
Author:
ingus.rukis
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • draugiemsay/trunk/draugiemsay_wp.php

    r140056 r140059  
    6060        $leftchars = 137-mb_strlen($link);
    6161        if (mb_strlen($text)>137){
    62             $fulltext = mb_substr($text, 0, $leftchars);
     62            $fulltext = mb_substr($text, 0, $leftchars) . ' ';
    6363        }else{
    64             $fulltext = $text;
     64            $fulltext = $text . ' ';
    6565        }
    6666        if(isset($cligsapi)) {
Note: See TracChangeset for help on using the changeset viewer.