Issue #2681753 by lluvigne, subharanjan, cilefen: "Permissions page" link in...
Issue #2681753 by lluvigne, subharanjan, cilefen: "Permissions page" link in Admin > Appearance is hardcoded and breaks on subdirectory setup
(cherry picked from commit 51372ae0)
@@ -832,7 +832,7 @@ function node_form_system_themes_admin_form_alter(&$form, FormStateInterface $fo
$form['admin_theme']['use_admin_theme']=array(
'#type'=>'checkbox',
'#title'=>t('Use the administration theme when editing or creating content'),
'#description'=>t('Control which roles can "View the administration theme" on the <a href=":permissions">Permissions page</a>.',array(':permissions'=>'/admin/people/permissions')),
'#description'=>t('Control which roles can "View the administration theme" on the <a href=":permissions">Permissions page</a>.',array(':permissions'=>Url::fromRoute('user.admin_permissions')->toString())),