Update functions.php

This commit is contained in:
danpros 2023-12-13 13:52:09 +07:00
commit a0c91f65c7

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
);
}
}