[pLog-svn] r5655 - in plugins/branches/lifetype-1.2/akismet: . locale

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sun Jul 15 05:59:29 EDT 2007


Author: pwestbro
Date: 2007-07-15 05:59:28 -0400 (Sun, 15 Jul 2007)
New Revision: 5655

Modified:
   plugins/branches/lifetype-1.2/akismet/locale/locale_en_UK.php
   plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
Log:
Make the url clickable in the Akismet preference window


Modified: plugins/branches/lifetype-1.2/akismet/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.2/akismet/locale/locale_en_UK.php	2007-07-14 12:10:04 UTC (rev 5654)
+++ plugins/branches/lifetype-1.2/akismet/locale/locale_en_UK.php	2007-07-15 09:59:28 UTC (rev 5655)
@@ -4,7 +4,7 @@
 $messages["akismet"] = "Akismet";
 
 $messages["akismet_plugin_enabled"] = "Enable this plugin";
-$messages["akismet_api_key"] = "Akismet API key to be used for spam checking.  To obtain key go to http://wordpress.com/api-keys/";
+$messages["akismet_api_key"] = "Akismet API key to be used for spam checking.  To obtain key go to <a href='http://wordpress.com/api-keys/'>http://wordpress.com/api-keys/</a>";
 $messages["akismet_plugin"] = "Akismet Plugin";
 
 $messages["akismet_settings_saved_ok"] = "Akismet settings saved successfully!";

Modified: plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
===================================================================
--- plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-07-14 12:10:04 UTC (rev 5654)
+++ plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-07-15 09:59:28 UTC (rev 5655)
@@ -32,7 +32,7 @@
 			$this->desc    = "Akismet checks your comments against the Akismet web serivce to see if they look like spam or not.";
 			$this->author  = "Paul Westbrook (Akismet php library provided by <a href=\"http://miphp.net/blog/view/php4_akismet_class\">Bret Kuhns</a>)";
 			$this->locales = Array( "en_UK" );
-            $this->version = "20070302";
+            $this->version = "20070713";
 
 			if( $source == "admin" )
 				$this->initAdmin();



More information about the pLog-svn mailing list