- Issue created by @Rory Downes
From php 8.2 ${var} is no longer supported inside double quotes. This will error in PHP 9.
Any admin page with thunder_admin as the admin theme will show the following message:
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/core/web/themes/contrib/thunder_admin/thunder_admin.theme on line 352
Change to {$var} pattern
Create an MR
None
None
None
Active
4.0
Code