芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wp-statistics/views/components/notification/side-bar.php
getDismiss()) { $hasNotifications = true; break; } } ?>
getDismiss()) continue; $hasNotifications = true; View::load("components/notification/card", ['notification' => $notification]); endforeach; View::load("components/notification/no-data", ['tab' => __('inbox', 'wp-statistics')]); endif; if (!$hasNotifications) { View::load("components/notification/no-data", ['tab' => __('inbox', 'wp-statistics')]); } ?>
getDismiss()) continue; $hasDismissed = true; View::load("components/notification/card", ['notification' => $notification]); endforeach; View::load("components/notification/no-data", ['tab' => __('dismissed list', 'wp-statistics')]); endif; if (!$hasDismissed) { View::load("components/notification/no-data", ['tab' => __('dismissed list', 'wp-statistics')]); } ?>