Browse Source

Update functions.php

pull/663/head
danpros 2 years ago
parent
commit
a0c91f65c7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/includes/functions.php

+ 2
- 2
system/includes/functions.php View File

@ -1628,7 +1628,7 @@ function has_prev($prev)
'link' => $prev->link,
'categoryUrl' => $prev->categoryUrl,
'readTime' => $prev->readTime,
'readTime' => $prev->lastMod
'lastMod' => $prev->lastMod
);
}
}
@ -1661,7 +1661,7 @@ function has_next($next)
'link' => $next->link,
'categoryUrl' => $next->categoryUrl,
'readTime' => $next->readTime,
'readTime' => $next->lastMod
'lastMod' => $next->lastMod
);
}
}


Loading…
Cancel
Save