Changeset 140059
- Timestamp:
- 07/28/2009 08:21:41 AM (17 years ago)
- File:
-
- 1 edited
-
draugiemsay/trunk/draugiemsay_wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
draugiemsay/trunk/draugiemsay_wp.php
r140056 r140059 60 60 $leftchars = 137-mb_strlen($link); 61 61 if (mb_strlen($text)>137){ 62 $fulltext = mb_substr($text, 0, $leftchars) ;62 $fulltext = mb_substr($text, 0, $leftchars) . ' '; 63 63 }else{ 64 $fulltext = $text ;64 $fulltext = $text . ' '; 65 65 } 66 66 if(isset($cligsapi)) {
Note: See TracChangeset
for help on using the changeset viewer.