X-Git-Url: https://git.bts.cx/cx.git/blobdiff_plain/ef10a64a4f43bf4ba5e660c0f56d31e4602998c3..e273692a476b38dc06af16deb76cd1d36544b3c0:/cx/lib/posts.php?ds=sidebyside diff --git a/cx/lib/posts.php b/cx/lib/posts.php index 8ce6e6b..d8f056d 100644 --- a/cx/lib/posts.php +++ b/cx/lib/posts.php @@ -135,6 +135,7 @@ function cx_posts_get(int $limit = 0, int $offset = 0, bool $include_drafts = fa post_id, post_slug, post_date, + post_is_page, post_is_draft, post_title, post_data @@ -188,6 +189,7 @@ function cx_posts_find_post($post_id) { post_id, post_slug, post_date, + post_is_page, post_is_draft, post_title, post_data @@ -240,6 +242,7 @@ function cx_pages_get() { post_id, post_slug, post_date, + post_is_page, post_is_draft, post_title, post_data