Skip to content
Snippets Groups Projects

3368664-11.x

Open Rolando Payán Mosqueda requested to merge issue/drupal-3368664:3368664-11.x into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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