-
Task
-
Resolution: Not a bug
-
Minor
-
None
-
4.5
-
MOODLE_405_STABLE
-
MDL-82430-main -
-
2
-
Team Hedgehog 2024 Sprint 3.1
After the final deprecation on https://tracker.moodle.org/browse/MDL-73284
loggedin and loggedoff strings that are located i message.php are not used anymore. They were only used on the notification_list_processor template using the displayname attribute. But they have been removed.
If I'm not wrong there's no other place where those strings are used and should be deprecated.
$string['loggedin'] = 'Online';
$string['loggedoff'] = 'Offline';
- Discovered while testing
-
MDL-73284 Final deprecation MESSAGE_DEFAULT_LOGGEDOFF / MESSAGE_DEFAULT_LOGGEDIN
-
- Closed
-