Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!4235
3368664-11.x
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
3368664-11.x
issue/drupal-3368664:3368664-11.x
into
11.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Rolando Payán Mosqueda
requested to merge
issue/drupal-3368664:3368664-11.x
into
11.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3368664
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
84b4b15f
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
core/lib/Drupal/Component/Utility/Unicode.php
+
1
−
1
Options
@@ -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_ellips
e
s to TRUE).
* $add_ellips
i
s to TRUE).
*
* @return string
* The truncated string.
Loading