minifix (someone added a + in front of a comment)
This commit is contained in:
parent
09aace0ffe
commit
b547d8d27e
@ -629,7 +629,7 @@ function serendipity_allowCommentsToggle($entry_id, $switch = 'disable') {
|
|||||||
* @param int The ID of the entry a comment belongs to
|
* @param int The ID of the entry a comment belongs to
|
||||||
* @param boolean Whether to force approving a comment despite of its current status
|
* @param boolean Whether to force approving a comment despite of its current status
|
||||||
* @param boolean If set to true, a comment will be moderated instead of approved.
|
* @param boolean If set to true, a comment will be moderated instead of approved.
|
||||||
+ * @param string The 32 character token [if using token based moderation]
|
* @param string The 32 character token [if using token based moderation]
|
||||||
* @return boolean Success or failure
|
* @return boolean Success or failure
|
||||||
*/
|
*/
|
||||||
function serendipity_approveComment($cid, $entry_id, $force = false, $moderate = false, $token = false) {
|
function serendipity_approveComment($cid, $entry_id, $force = false, $moderate = false, $token = false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user