Changeset 9548 for sites/trunk/common/includes/slack/announce/lib.php
- Timestamp:
- 02/28/2020 02:50:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/lib.php
r9530 r9548 160 160 $text = str_ireplace( [ '@here', '@channel', '@group' ], '', $text ); 161 161 if ( mb_strlen( $text ) > 103 ) { 162 $text = mb_subs r( $text, 0, 100 ) . '...';162 $text = mb_substr( $text, 0, 100 ) . '...'; 163 163 } 164 164
Note: See TracChangeset
for help on using the changeset viewer.