mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 19:06:16 +01:00
Various fixes for top/dashboard/themes/plugins notifications styling
This commit is contained in:
@@ -1389,13 +1389,6 @@ class Admin
|
||||
|
||||
}
|
||||
|
||||
// // Process notifications dates
|
||||
// $notifications = array_map(function ($notification) {
|
||||
// $notification['nicetime'] = $this->adminNiceTime($notification['date']);
|
||||
//
|
||||
// return $notification;
|
||||
// }, $cleaned_notifications);
|
||||
|
||||
// reset notifications
|
||||
$notifications = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user