- `__commentJavaScript` ([WoltLab/WCF#5210](https://github.com/WoltLab/WCF/pull/5210))
- `commentListAddComment` ([WoltLab/WCF#5210](https://github.com/WoltLab/WCF/pull/5210))
-#### Template Modifiers
+#### Template Modifiers/Functions
- `|date` ([WoltLab/WCF#5459](https://github.com/WoltLab/WCF/pull/5459))
- `|time` ([WoltLab/WCF#5459](https://github.com/WoltLab/WCF/pull/5459))
- `|plainTime` ([WoltLab/WCF#5459](https://github.com/WoltLab/WCF/pull/5459))
+- `{pages}` ([WoltLab/WCF#5158](https://github.com/WoltLab/WCF/pull/5158))
#### Template Events
```
See [WoltLab/WCF#4834](https://github.com/WoltLab/WCF/issues/4834) for more details.
+
+## Pagination
+
+The `{pages}` template function has been deprecated and replaced by the new [`<woltlab-core-pagination>` web component](../../javascript/components_pagination.md).
+
+If you continue to use the `{pages}` template function, it will automatically generate the code for the web component.
+
+See [WoltLab/WCF#5158](https://github.com/WoltLab/WCF/pull/5158) for more details.