Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_xhtmlcleanup
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_xhtmlcleanup
Modified Files:
Tag: branch-smarty
serendipity_event_xhtmlcleanup.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_xhtmlcleanup.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- serendipity_event_xhtmlcleanup.php 22 Sep 2004 11:48:09 -0000 1.6.2.2
+++ serendipity_event_xhtmlcleanup.php 28 Oct 2004 20:17:34 -0000 1.6.2.3
@@ -9,7 +9,7 @@
case 'en':
default:
@define('PLUGIN_EVENT_XHTMLCLEANUP_NAME', 'Fix common XHTML errors');
- @define('PLUGIN_EVENT_XHTMLCLEANUP_DESC', 'Corrects common issues with XHTML markup in entries');
+ @define('PLUGIN_EVENT_XHTMLCLEANUP_DESC', 'This plugin corrects common issues with XHTML markup in entries. It assists in keeping your blog XHTML compliant.');
break;
}
|