[pLog-svn] r2608 - plugins/trunk/tagcloud

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Nov 20 17:37:07 GMT 2005


Author: oscar
Date: 2005-11-20 17:37:07 +0000 (Sun, 20 Nov 2005)
New Revision: 2608

Modified:
   plugins/trunk/tagcloud/plugintagcloud.class.php
Log:
small documentation change


Modified: plugins/trunk/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/trunk/tagcloud/plugintagcloud.class.php	2005-11-20 17:33:23 UTC (rev 2607)
+++ plugins/trunk/tagcloud/plugintagcloud.class.php	2005-11-20 17:37:07 UTC (rev 2608)
@@ -1,7 +1,6 @@
 <?php
 
 include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 
     
     /*
@@ -18,7 +17,7 @@
 		$this->author = "Ben Yacoub Hatem";
 		$this->desc = "This plugin generate TagCloud for a specific Blog, usage
 			    :<br/>
-			    <b>{ \$tagcloud->getTagCloud(blogId,MaxArticles,MaxKeywords)}</b><br/><br/>
+			    <b>{ \$tagcloud->getTagCloud(MaxArticles,MaxKeywords)}</b><br/><br/>
 			   <em> blogId</em> is the id of the Current Blog<br/>
 			   <em> MaxArticles</em> Latest articles to parse and generate the Tag Clouds<br/> 
 			   <em> MaxKeywords</em> maximum number of keywords to display<br/> <br/>
@@ -96,6 +95,7 @@
 		
     }
 	
+	
 }
         
         




More information about the pLog-svn mailing list