Changeset 2090729
- Timestamp:
- 05/19/2019 10:47:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rsg-compiled-libraries/trunk/my-lib/rsg/functions/generic.php
r2084543 r2090729 96 96 } 97 97 98 function rsg_max_chars($x, $l){ 99 if(strlen($x)<=$l) { return $x; } 100 else { $y=substr($x,0,$l) . '...'; return $y; } 101 } 102 98 103 /* NAVWAKLER MENU */ 99 104 require('wp_bootstrap_navwalker.php');
Note: See TracChangeset
for help on using the changeset viewer.