|
|
@ -1845,6 +1845,7 @@ function has_prev($prev) |
|
|
'audio' => $prev->audio, |
|
|
'audio' => $prev->audio, |
|
|
'quote' => $prev->quote, |
|
|
'quote' => $prev->quote, |
|
|
'link' => $prev->link, |
|
|
'link' => $prev->link, |
|
|
|
|
|
'slug' => $prev->slug, |
|
|
'category' => $prev->category, |
|
|
'category' => $prev->category, |
|
|
'categoryUrl' => $prev->categoryUrl, |
|
|
'categoryUrl' => $prev->categoryUrl, |
|
|
'categoryCount' => $prev->categoryCount, |
|
|
'categoryCount' => $prev->categoryCount, |
|
|
@ -1882,6 +1883,7 @@ function has_next($next) |
|
|
'audio' => $next->audio, |
|
|
'audio' => $next->audio, |
|
|
'quote' => $next->quote, |
|
|
'quote' => $next->quote, |
|
|
'link' => $next->link, |
|
|
'link' => $next->link, |
|
|
|
|
|
'slug' => $next->slug, |
|
|
'category' => $next->category, |
|
|
'category' => $next->category, |
|
|
'categoryUrl' => $next->categoryUrl, |
|
|
'categoryUrl' => $next->categoryUrl, |
|
|
'categoryCount' => $next->categoryCount, |
|
|
'categoryCount' => $next->categoryCount, |
|
|
|