Changeset 1854733
- Timestamp:
- 04/08/2018 09:32:47 AM (8 years ago)
- Location:
- profile-xtra/tags
- Files:
-
- 17 added
- 1 edited
-
2.1.5/shortcodes.php (modified) (2 diffs)
-
2.1.6 (added)
-
2.1.6/ajaxes.php (added)
-
2.1.6/alterauthor.php (added)
-
2.1.6/css (added)
-
2.1.6/css/admin_style.css (added)
-
2.1.6/css/style.css (added)
-
2.1.6/js (added)
-
2.1.6/js/backend.js (added)
-
2.1.6/js/profilextra.js (added)
-
2.1.6/languages (added)
-
2.1.6/languages/profile-xtra.pot (added)
-
2.1.6/multiauthor.php (added)
-
2.1.6/optionspage.php (added)
-
2.1.6/profilextra.php (added)
-
2.1.6/readme.txt (added)
-
2.1.6/shortcodes.php (added)
-
2.1.6/uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
profile-xtra/tags/2.1.5/shortcodes.php
r1854539 r1854733 182 182 $description = commonf__cutstringbywords($description,$read_w,$read_end); 183 183 if ($description) 184 $html_d = "<div class='profilextra_d'>". commonf__cutstringbywords($description,120)."</div>";184 $html_d = "<div class='profilextra_d'>".$description."</div>"; 185 185 endif; 186 186 … … 296 296 $ret .= $closetags[$k]; 297 297 //add a final readmore 298 if (substr($ret,strlen($ret)-strlen($more),strlen($ret))==$more) $more=''; 298 299 if ($ret[strlen($ret)-1]==$more[0]) 299 $ret = trim(substr($ret,0,strlen($ret)-1));300 $ret = trim(substr($ret,0,strlen($ret)-1)); 300 301 return $ret.$more; 301 302 }
Note: See TracChangeset
for help on using the changeset viewer.