Update functions.php

This commit is contained in:
danpros 2024-11-21 05:45:40 +07:00
commit 90417620f7

View file

@ -2091,7 +2091,7 @@ function has_next($next)
'tag' => $next->tag,
'author' => $next->author,
'authorName' => $next->authorName,
'authorDescription' => $prev->authorDescription,
'authorDescription' => $next->authorDescription,
'authorAbout' => $next->authorAbout,
'authorUrl' => $next->authorUrl,
'authorAvatar' => $next->authorAvatar,