From: Chad Horohoe Date: Thu, 26 Mar 2009 17:39:49 +0000 (+0000) Subject: Big commit. Removing svn-version and svn-date from extensions. Per the list, these... X-Git-Url: https://git.toastfreeware.priv.at/toast/cookiecaptcha.git/commitdiff_plain/290c25a814222f61cb3fa9b73f26cd1ee63ab2b0 Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate. --- diff --git a/ConfirmEdit.php b/ConfirmEdit.php index cbf8890..5c3647a 100644 --- a/ConfirmEdit.php +++ b/ConfirmEdit.php @@ -37,8 +37,6 @@ $wgExtensionFunctions[] = 'confirmEditSetup'; $wgExtensionCredits['other'][] = array( 'name' => 'ConfirmEdit', 'author' => 'Brion Vibber', - 'svn-date' => '$LastChangedDate$', - 'svn-revision' => '$LastChangedRevision$', 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit', 'description' => 'Simple captcha implementation', 'descriptionmsg' => 'captcha-desc',