mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Update functions.php
This commit is contained in:
parent
d2fe54d166
commit
90417620f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue