mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Smal comment update.
Be the first to check out the new STA system in development! https://repl.it/@sbrl/Peppermint-STAS STAS: Search Term Analysis System It's currently being tested externally, before being folded into Pepperminty Wiki itself. Want a feature that's currently missing? Get in touch!
This commit is contained in:
parent
a12e00ef73
commit
425203e0ec
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ function get_max_upload_size()
|
||||||
* @author Lifted from Drupal by @meustrus from Stackoverflow
|
* @author Lifted from Drupal by @meustrus from Stackoverflow
|
||||||
* @see http://stackoverflow.com/a/25370978/1460422 Source Stackoverflow answer
|
* @see http://stackoverflow.com/a/25370978/1460422 Source Stackoverflow answer
|
||||||
* @param string $size The size to parse.
|
* @param string $size The size to parse.
|
||||||
* @return integer The number of bytees represented by the specified
|
* @return int The number of bytees represented by the specified
|
||||||
* size string.
|
* size string.
|
||||||
*/
|
*/
|
||||||
function parse_size($size) {
|
function parse_size($size) {
|
||||||
|
|
Loading…
Reference in a new issue