Verified Commit 42002558 authored by quietone's avatar quietone
Browse files

Issue #3368664 by rpayanm, _pratik_, keelanfh, cilefen, longwave, smustgrave:...

Issue #3368664 by rpayanm, _pratik_, keelanfh, cilefen, longwave, smustgrave: Fix spelling of $add_ellipses is comment
parent a1492698
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ public static function ucwords($text) {
   *   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.