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:
Starbeamrainbowlabs 2019-08-14 01:18:53 +01:00
parent a12e00ef73
commit 425203e0ec
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ function get_max_upload_size()
* @author Lifted from Drupal by @meustrus from Stackoverflow
* @see http://stackoverflow.com/a/25370978/1460422 Source Stackoverflow answer
* @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.
*/
function parse_size($size) {