diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-11-08 17:13:51 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-11-08 17:13:51 +0100 |
commit | 743c562ac9a8d8df7a176a989ebee36ad2acbfb7 (patch) | |
tree | a36d2e7e7226d12aa55b912f77e9ac0c7e873b89 /ratatoeskr/frontend.php | |
parent | 05b42c3327a14351692330bdc299dd011cd03dc4 (diff) | |
download | ratatoeskr-cms-743c562ac9a8d8df7a176a989ebee36ad2acbfb7.tar.gz ratatoeskr-cms-743c562ac9a8d8df7a176a989ebee36ad2acbfb7.tar.bz2 ratatoeskr-cms-743c562ac9a8d8df7a176a989ebee36ad2acbfb7.zip |
Move article status consts into Article class
Diffstat (limited to 'ratatoeskr/frontend.php')
-rw-r--r-- | ratatoeskr/frontend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 0bac1e4..56bb231 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -169,7 +169,7 @@ function comment_transform_ste($comment) * urlname - (optional) Filter by urlname. * section - (optional) Filter by section (section name). * sectionvar - (optional) Filter by section (Name of variable that contains a section). - * status - (optional) Filter by status (numeric, <ARTICLE_STATUS_>). + * status - (optional) Filter by status (numeric, <Article::STATUS_>). * tag - (optional) Filter by tag (tag name). * tagvar - (optional) Filter by tag (Name of variable that contains a tag). * sort - (optional) How to sort. Format: "fieldname direction" where fieldname is one of [id, urlname, title, timestamp] and direction is one of [asc, desc]. |