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:
3246648
)
MDL-35847 - Documentation - removing doc block param for on error_text
author
Jason Fowler
<phalacee@gmail.com>
Tue, 5 Feb 2013 01:23:54 +0000
(09:23 +0800)
committer
Jason Fowler
<phalacee@gmail.com>
Tue, 5 Feb 2013 01:23:54 +0000
(09:23 +0800)
lib/outputrenderers.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrenderers.php
b/lib/outputrenderers.php
index
c0c3a28
..
fb4808c
100644
(file)
--- a/
lib/outputrenderers.php
+++ b/
lib/outputrenderers.php
@@
-2325,7
+2325,6
@@
EOD;
* If the error message is blank, nothing is output.
*
* @param string $message the error message.
- * @param bool $icon display the icon along with the error message.
* @return string the HTML to output.
*/
public function error_text($message) {