Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_statistics
Modified Files:
Tag: branch-smarty
serendipity_event_statistics.php
Log Message:
- New plugin manager
- Give some of the plugin longer descriptions
- Allow plugins to set 'stackable' directive to false which will prevent it from being installed more than once - Still 'beta'
- MFH plugin config redirection fix
Index: serendipity_event_statistics.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics/serendipity_event_statistics.php,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -d -r1.11.2.2 -r1.11.2.3
--- serendipity_event_statistics.php 27 Oct 2004 11:04:56 -0000 1.11.2.2
+++ serendipity_event_statistics.php 28 Oct 2004 20:17:32 -0000 1.11.2.3
@@ -61,7 +61,7 @@
case 'es':
default:
@define('PLUGIN_EVENT_STATISTICS_NAME', 'Statistics');
- @define('PLUGIN_EVENT_STATISTICS_DESC', 'Display a link to statistics in entries-panel');
+ @define('PLUGIN_EVENT_STATISTICS_DESC', 'Adds a link to interesting statistics in your entries panel');
@define('PLUGIN_EVENT_STATISTICS_OUT_STATISTICS', 'Statistics');
@define('PLUGIN_EVENT_STATISTICS_OUT_FIRST_ENTRY', 'First entry');
@define('PLUGIN_EVENT_STATISTICS_OUT_LAST_ENTRY', 'Last entry');
|