From 0de9243c73b0eefcf2410ed62adfce3b2b3b8197 Mon Sep 17 00:00:00 2001 From: re1ife <32995716+JustACP@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:44:25 +0800 Subject: [PATCH] Update functions.php --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 4d74a8c..2f0edc8 100644 --- a/functions.php +++ b/functions.php @@ -73,7 +73,7 @@ function Projects($sorts = NULL) { if ($options->Projects) { $list = explode("\r\n", $options->Projects); foreach ($list as $val) { - list($name, $url, $description, $sort) = explode("|", $val); + list($name, $url, $description) = explode("|", $val); if ($sorts) { $arr = explode("|", $sorts); if ($sort && in_array($sort, $arr)) { @@ -527,4 +527,4 @@ function today(){ } $coverstory = json_decode(file_get_contents($coverstory),true); return $coverstory; -} \ No newline at end of file +}