[pLog-svn] r4527 - plugins/branches/lifetype-1.1/secretblog

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jan 11 00:29:58 GMT 2007


Author: jondaley
Date: 2007-01-11 00:29:57 +0000 (Thu, 11 Jan 2007)
New Revision: 4527

Modified:
   plugins/branches/lifetype-1.1/secretblog/pluginsecretblog.class.php
Log:
added description

Modified: plugins/branches/lifetype-1.1/secretblog/pluginsecretblog.class.php
===================================================================
--- plugins/branches/lifetype-1.1/secretblog/pluginsecretblog.class.php	2007-01-09 22:49:49 UTC (rev 4526)
+++ plugins/branches/lifetype-1.1/secretblog/pluginsecretblog.class.php	2007-01-11 00:29:57 UTC (rev 4527)
@@ -13,7 +13,7 @@
 			
 			$this->id = "secretblog";
 			$this->author = "The LifeType Project";
-			
+			$this->desc = "If this plugin is enabled, the blog will not be visible until the correct password is entered";
 			// we only need to register a filter
             $this->registerFilter( "SecretBlogFilter" );
             



More information about the pLog-svn mailing list