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 +}