MDL-31301 textlib: fix deprecated initial version

This commit is contained in:
Eloy Lafuente (stronk7)
2012-03-06 16:18:58 +01:00
parent 2ed7cc2730
commit 21013a39fd
+1 -1
View File
@@ -4026,7 +4026,7 @@ function moodle_strtolower($string, $encoding='') {
* Original singleton helper function, please use static methods instead,
* ex: textlib::convert()
*
* @deprecated since Moodle 2.1 use textlib::xxxx() instead
* @deprecated since Moodle 2.2 use textlib::xxxx() instead
* @see textlib
* @return textlib instance
*/