From de70fb6253446f86913562bc4ce0932562a753ce Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 23 Sep 2013 15:52:45 +1000 Subject: [PATCH] $config['error']['lurk'] was last used in 2010 I think --- inc/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 9ca4cfeb..a9ed2069 100644 --- a/inc/config.php +++ b/inc/config.php @@ -936,7 +936,6 @@ */ // Error messages - $config['error']['lurk'] = _('Lurk some more before posting.'); $config['error']['bot'] = _('You look like a bot.'); $config['error']['referer'] = _('Your browser sent an invalid or no HTTP referer.'); $config['error']['toolong'] = _('The %s field was too long.');