diff options
author | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
commit | 80d9f3ddb3a602960d23f1849c1ad6287c4f9d92 (patch) | |
tree | 4be7e7e556ca31289c63ce52d7ab9e2cf76504c1 /lib/plugins/config/lang | |
parent | 1d053a561daf3b6539283811cc44d39b315e1dbf (diff) | |
download | rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.gz rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.bz2 |
parse AT parameter: first strtotime then timestamp
remove config option
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 3fc9c2920..5e5218aff 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -172,7 +172,6 @@ $lang['xsendfile'] = 'Use the X-Sendfile header to let the webserver deliver s $lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output'; $lang['renderer__core'] = '%s (dokuwiki core)'; $lang['renderer__plugin'] = '%s (plugin)'; -$lang['date_at_format'] = 'Date at format (see PHP\'s <a href="http://www.php.net/manual/datetime.formats.php">datetime.formats</a> information). If empty UNIX timestamp format will be used.'; /* Network Options */ $lang['dnslookups'] = 'DokuWiki will lookup hostnames for remote IP addresses of users editing pages. If you have a slow or non working DNS server or don\'t want this feature, disable this option'; |