MDL-80072 core: Mark nocache option to format_text as deprecated

This was actually deprecated back in MDL-34347 but never actually
emitted.
This commit is contained in:
Andrew Nicols 2023-12-07 15:34:51 +08:00
parent 85c1dd0077
commit 3e6437e67c
No known key found for this signature in database
GPG key ID: 6D1E3157C8CFBF14
3 changed files with 13 additions and 5 deletions

View file

@ -47,6 +47,7 @@ information provided here is intended especially for developers.
* The fourth parameter to `format_text` now emits a deprecation notice.
It was originally deprecated in Moodle 2.0.
* The smiley option for format_text has been removed. It was deprecated in Moodle 2.0.
* The nocache option for format_text has been removed. It was deprecated in Moodle 2.3.
=== 4.3 ===