Loading core/lib/Drupal/Component/Utility/Unicode.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/lib/Drupal/Component/Utility/Unicode.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading