Changeset 125265 in spip-zone
- Timestamp:
- Jun 22, 2020, 7:24:42 AM (7 months ago)
- Location:
- _plugins_/spip-bonux/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bonux/trunk
- Property subgit:lock:cad076fceb3a7e955667879d0d2ba20516235464 deleted
-
Property
subgit:lock:b4a269a690dbbe51f5bfbd01b403bba94511e266
set to
2020-06-22T09:25:13.541
-
_plugins_/spip-bonux/trunk/paquet.xml
r117935 r125265 2 2 prefix="spip_bonux" 3 3 categorie="outil" 4 version="3.5. 4"4 version="3.5.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/spip-bonux/trunk/spip_bonux_options.php
r125264 r125265 203 203 * @return string Trimmed string. 204 204 * @access public 205 * @link http ://book.cakephp.org/view/1469/Text#truncate-1625205 * @link https://api.cakephp.org/4.0/class-Cake.Utility.Text.html#truncate 206 206 */ 207 207 function text_truncate($text, $length = 100, $options = array()) {
Note: See TracChangeset
for help on using the changeset viewer.