Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afde59d
)
MDL-55071 theme_boost: fix import-bootswatch.php phpdocs
author
Dan Poltawski
<dan@moodle.com>
Mon, 26 Sep 2016 12:14:46 +0000
(13:14 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 26 Sep 2016 12:14:46 +0000
(13:14 +0100)
theme/boost/cli/import-bootswatch.php
patch
|
blob
|
blame
|
history
diff --git
a/theme/boost/cli/import-bootswatch.php
b/theme/boost/cli/import-bootswatch.php
index
724ee57
..
ff84eb0
100644
(file)
--- a/
theme/boost/cli/import-bootswatch.php
+++ b/
theme/boost/cli/import-bootswatch.php
@@
-15,11
+15,11
@@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- *
This script fixed incorrectly deleted users
.
+ *
Used to convert a bootswatch file from https://bootswatch.com/ to a Moodle preset
.
*
- * @package
core
+ * @package
theme_boost
* @subpackage cli
- * @copyright 201
3 Petr Skoda (http://skodak.org)
+ * @copyright 201
6 Damyon Wiese
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/