Issue #3368664 by rpayanm, _pratik_, keelanfh, cilefen, longwave, smustgrave: Fix spelling of $add_ellipses is comment

merge-requests/3005/head
quietone 2023-07-05 14:10:23 +12:00
parent f98b337ba2
commit 9f45ca3194
No known key found for this signature in database
GPG Key ID: 43BFBBB26EA09FE1
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ EOD;
* you had set $min_wordsafe_length to 10, though, the function would realise
* that "See" alone is too short, and would then just truncate ignoring word
* boundaries, giving you "See myverylongurl..." (assuming you had set
* $add_ellipses to TRUE).
* $add_ellipsis to TRUE).
*
* @return string
* The truncated string.