Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 7... Línea 7...
7
 *
7
 *
8
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
8
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
9
 * @package mod_wiki
9
 * @package mod_wiki
10
 */
10
 */
Línea 11... Línea -...
11
 
-
 
12
require_once($CFG->dirroot . "/lib/outputcomponents.php");
-
 
13
 
11
 
Línea 14... Línea 12...
14
class parser_utils {
12
class parser_utils {
15
 
13
 
16
    public static function h($tag, $text = null, $options = array(), $escape_text = false) {
14
    public static function h($tag, $text = null, $options = array(), $escape_text = false) {
Línea 93... Línea 91...
93
 
91
 
94
    public static function wiki_parser_real_path($url) {
92
    public static function wiki_parser_real_path($url) {
95
        return $url;
93
        return $url;
96
    }
94
    }
97
}
-