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:
f622ee9
)
MDL-66272 core_renderer: fix favicon method PHPDoc
author
Victor Deniz Falcon
<victor@moodle.com>
Tue, 30 Jul 2019 15:01:38 +0000
(16:01 +0100)
committer
Victor Deniz Falcon
<victor@moodle.com>
Tue, 30 Jul 2019 15:01:38 +0000
(16:01 +0100)
lib/outputrenderers.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrenderers.php
b/lib/outputrenderers.php
index
fc94f17
..
6466e03
100644
(file)
--- a/
lib/outputrenderers.php
+++ b/
lib/outputrenderers.php
@@
-4037,10
+4037,10
@@
EOD;
}
/**
- * Returns the
URL
for the favicon.
+ * Returns the
moodle_url
for the favicon.
*
* @since Moodle 2.5.1 2.6
- * @return
string The favicon URL
+ * @return
moodle_url The moodle_url for the favicon
*/
public function favicon() {
return $this->image_url('favicon', 'theme');