Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2022 at 10:57 UTC
Updated:
7 Feb 2022 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostfixed link to the comment
Comment #3
longwaveClosed #3259827: Fix misuse of t() in system_requirements() as duplicate, forgot to mention that I opened this in the parent.
Comment #4
murilohp commentedHey! Maybe this patch can fix this. I tried to follow the proposed solution 2.
Comment #5
longwaveI think this variable could just be inlined as before.
Also while we're here, there should be a space after the comma to separate multiple items.
Comment #6
murilohp commentedThanks for this quick response @longwave! This is a new patch addressing #5.
Comment #7
murilohp commentedComment #8
tmaiochi commentedI'll review this.
Comment #9
tmaiochi commentedSteps performed:
(1) Installed module
(2) Reproduced the issue.
(3) Applied patch.
(4) Code review on changes.
(5) Tested again with patch, issue resolved.
Comment #10
spokjeWhy not also apply this
Markup-yfing to the imploding of$deprecated_themes_link_listin line 157 and$obsolete_extensions_link_listin line 171 incore/modules/system/system.install?Comment #11
murilohp commentedIt's a great idea! I made this new patch addressing the changes @spokje, thanks!
Comment #12
spokjeThanks! RTBC for me if the TestBot returns green.
Comment #15
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!