diff options
Diffstat (limited to 'config-dist.php')
-rw-r--r-- | config-dist.php | 3 |
1 files changed, 2 insertions, 1 deletions
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'); |