mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-39174 fix phpdocs packages in themes
This commit is contained in:
parent
cf5a3296c4
commit
574909efce
70 changed files with 96 additions and 173 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
|
@ -18,7 +17,7 @@
|
|||
/**
|
||||
* This file is responsible for serving the one theme and plugin images.
|
||||
*
|
||||
* @package moodlecore
|
||||
* @package core
|
||||
* @copyright 2009 Petr Skoda (skodak) {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
@ -293,4 +292,4 @@ function cache_image($image, $imagefile, $candidatelocation) {
|
|||
@unlink($cacheimage.'.tmp'); // just in case anything fails
|
||||
}
|
||||
return $cacheimage;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue