Skip to content
Snippets Groups Projects
Commit 25ca5b17 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed obsolete parameter from script() FS#2365

parent 0d24b616
No related branches found
No related tags found
No related merge requests found
......@@ -495,12 +495,13 @@ function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false)
}
/**
* Just builds a link to a script
* Returns the URL to the DokuWiki base script
*
* Consider using wl() instead, unless you absoutely need the doku.php endpoint
*
* @todo maybe obsolete
* @author Andreas Gohr <andi@splitbrain.org>
*/
function script($script = 'doku.php') {
function script() {
return DOKU_BASE.DOKU_SCRIPT;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment