mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bugfix: Spelling correction
This commit is contained in:
parent
de0aa7c4db
commit
96a27f32b1
1 changed files with 1 additions and 1 deletions
2
core.php
2
core.php
|
@ -353,7 +353,7 @@ function makepathsafe($string)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hides an email address from bots by adding random html entities.
|
* Hides an email address from bots by adding random html entities.
|
||||||
* @todo Make this moree clevererer :D
|
* @todo Make this more clevererer :D
|
||||||
* @package core
|
* @package core
|
||||||
* @param string $str The original email address
|
* @param string $str The original email address
|
||||||
* @return string The mangled email address.
|
* @return string The mangled email address.
|
||||||
|
|
Loading…
Reference in a new issue