mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
core/05-functions.php: comment typo
This commit is contained in:
parent
920a7e0a85
commit
71f72fd2f1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ function glob_recursive($pattern, $flags = 0)
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core
|
||||||
* @author Alx84
|
* @author Alx84
|
||||||
* @param string $filename A filename with storage prefix as retuned by glob_recursive()
|
* @param string $filename A filename with storage prefix as returned by glob_recursive()
|
||||||
* @return string Normalized filename
|
* @return string Normalized filename
|
||||||
*/
|
*/
|
||||||
function normalize_filename($filename)
|
function normalize_filename($filename)
|
||||||
|
|
Loading…
Reference in a new issue