Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
|
@ -80,7 +80,7 @@ class DisplayPluginCollection extends DefaultLazyPluginCollection {
|
|||
// display plugin isn't found.
|
||||
catch (PluginException $e) {
|
||||
$message = $e->getMessage();
|
||||
drupal_set_message(t('@message', array('@message' => $message)), 'warning');
|
||||
drupal_set_message(t('@message', ['@message' => $message]), 'warning');
|
||||
}
|
||||
|
||||
// If no plugin instance has been created, return NULL.
|
||||
|
|
|
|||
Reference in a new issue