Various fixes for top/dashboard/themes/plugins notifications styling

This commit is contained in:
Andy Miller
2019-02-12 13:59:08 -07:00
parent 7e5fcd49a9
commit 07c1b449d8
11 changed files with 33 additions and 12 deletions

View File

@@ -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 = [];