mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-29624 Media embedding system : phpdoc tweaks.
This commit is contained in:
parent
e1e3fa217f
commit
83c9d449e0
3 changed files with 8 additions and 16 deletions
|
@ -2942,7 +2942,7 @@ class core_media_renderer extends plugin_renderer_base {
|
|||
protected function get_players() {
|
||||
global $CFG;
|
||||
|
||||
// Save time by only building the list once
|
||||
// Save time by only building the list once.
|
||||
if (!$this->players) {
|
||||
// Get raw list of players.
|
||||
$players = $this->get_players_raw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue