WIP
This commit is contained in:
@@ -695,7 +695,7 @@ class Site
|
|||||||
|
|
||||||
// handle post excerpt
|
// handle post excerpt
|
||||||
if ($key === "excerpt") {
|
if ($key === "excerpt") {
|
||||||
$output[$key] = get_the_excerpt($p->ID);
|
$output[$key] = apply_filters("the_content", get_the_excerpt($p->ID));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user