mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
Merged from stable
This commit is contained in:
parent
8e3c7e8bb7
commit
2b08c2ab0d
@ -1413,6 +1413,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
|
||||
$stredit = get_string("edit", "forum");
|
||||
$strdelete = get_string("delete", "forum");
|
||||
$strreply = get_string("reply", "forum");
|
||||
$strparent = get_string("parent", "forum");
|
||||
$strprune = get_string("prune", "forum");
|
||||
$strpruneheading = get_string("pruneheading", "forum");
|
||||
$threadedmode = (!empty($USER->mode) and ($USER->mode == FORUM_MODE_THREADED));
|
||||
|
Loading…
x
Reference in New Issue
Block a user