1
0

* Allow comment sidebar plugin to only show coments for entries

that are allowed to be viewed by the current visitor.
This commit is contained in:
Garvin Hicking
2009-09-21 09:12:59 +00:00
parent 5630afb7c1
commit 0149a2dc64
2 changed files with 52 additions and 22 deletions

View File

@ -3,6 +3,9 @@
Version 1.5 ()
------------------------------------------------------------------------
* Allow comment sidebar plugin to only show coments for entries
that are allowed to be viewed by the current visitor.
* Also use htmlspecialchars() for the Recent Entries sidebar plugin
(Anson)