Skip to content
Snippets Groups Projects
Commit 61ab5a13 authored by Narendra Rajwar's avatar Narendra Rajwar Committed by Alberto Siles
Browse files

Issue #3163251 by narendra.rajwar27: Warning: htmlspecialchars() expects...

Issue #3163251 by narendra.rajwar27: Warning: htmlspecialchars() expects parameter 1 to be string on theme settings page
parent 0b215b4b
Branches 2.1.x
Tags 2.1.0
No related merge requests found
...@@ -42,7 +42,7 @@ function bootstrap_barrio_form_system_theme_settings_alter(&$form, FormStateInte ...@@ -42,7 +42,7 @@ function bootstrap_barrio_form_system_theme_settings_alter(&$form, FormStateInte
], ],
'#empty_option' => t('None'), '#empty_option' => t('None'),
'#description' => t('If none is selected, you should load the library via Bootstrap Library or manually. If CDN is selected, the library version must be configured in the @bootstrap_library_link.', '#description' => t('If none is selected, you should load the library via Bootstrap Library or manually. If CDN is selected, the library version must be configured in the @bootstrap_library_link.',
['@bootstrap_library_link' => Link::fromTextAndUrl('Bootstrap Library Settings', Url::fromRoute('bootstrap_library.admin'))]), ['@bootstrap_library_link' => Link::fromTextAndUrl('Bootstrap Library Settings', Url::fromRoute('bootstrap_library.admin'))->toString()]),
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment