mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Added word count
This commit is contained in:
parent
58918d13db
commit
64dc5067fd
@ -85,7 +85,9 @@
|
||||
if ($timenow < $timefinish) {
|
||||
if ($entry->modified) {
|
||||
echo "<P><FONT SIZE=-2><B>Last edited:</B> ";
|
||||
echo userdate($entry->modified)."</FONT></P>";
|
||||
echo userdate($entry->modified);
|
||||
echo " (".count_words($entry->text)." words)";
|
||||
echo "</FONT></P>";
|
||||
}
|
||||
if ($journal->days) {
|
||||
echo "<P><FONT SIZE=-2><B>Editing period ends:</B> ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user