-
Task
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_28_STABLE
-
MDL-40851-master -
- Run phpunit and behat
- git grep for uses of forum_shorten_post
The function forum_shorten_post() was deprecated from mod/forum/lib.php in Moodle 2.6.
The function body of forum_shorten_post() in lib/deprecationlib.php needs to be replaced with...
throw new coding_exception('forum_shorten_post() can not be used any more. Please use shorten_text($message, $CFG->forum_shortpost) instead.');
|