Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/reference/templates/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Adds a member to an existing thread. Does nothing if either argument is invalid.
{{ closeThread <thread> <lock> }}
```

Closes the given thread.
Closes or locks the given thread. You cannot lock a closed thread, but you can close a locked thread.

- `lock`: whether to also lock the thread. Default `false`.
- `lock`: whether to lock the thread instead. Default `false`.

#### createForumPost

Expand Down