Patch by paddyforan to allow overwrite of this arrey value
This commit is contained in:
parent
d1500a6c6b
commit
93802dbf95
@ -1106,9 +1106,11 @@ function serendipity_printEntries($entries, $extended = 0, $preview = false, $sm
|
||||
|
||||
if (is_array($entry['categories'])) {
|
||||
foreach ($entry['categories'] as $k => $v) {
|
||||
if (!isset($entry['categories'][$k]['category_link'])) {
|
||||
$entry['categories'][$k]['category_link'] = serendipity_categoryURL($entry['categories'][$k]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (strlen($entry['extended'])) {
|
||||
$entry['has_extended'] = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user