From a2efa08d3529758b67db5b8687f8df43de63f1d0 Mon Sep 17 00:00:00 2001 From: Arno Richter Date: Tue, 13 Dec 2022 23:45:48 +0100 Subject: display edit times of posts. add a config option to disable. --- config-dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-dist.php') diff --git a/config-dist.php b/config-dist.php index 96b0423..2036e72 100644 --- a/config-dist.php +++ b/config-dist.php @@ -34,7 +34,8 @@ $config = array( 'oauth_access_token_secret' => '', 'consumer_key' => '', 'consumer_secret' => '' - ) + ), + 'show_edits' => true, // displays the modification time of posts ); $config['xmlrpc'] = function_exists('xmlrpc_server_create'); -- cgit v1.2.3