1
0

1) Removed ?> <LF> at the end that prevented RSS feeds.

This commit is contained in:
Ivan Cenov
2006-08-29 10:25:22 +00:00
parent db4ffe1f27
commit 19821f6cc1
44 changed files with 42 additions and 125 deletions

View File

@ -2,7 +2,7 @@
/**
* @version $Revision$
* @author Ivan Cenov jwalker@abv.bg
* @author Ivan Cenov jwalker@hotmail.bg
*/
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Показва последните коментари на Вашите постинги');
@ -14,5 +14,3 @@
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Колко коментара най-много да бъдат показани (по подразбиране: 15)');
@define('PLUGIN_COMMENTS_ABOUT', '%s за%s');
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon');
?>