From 425203e0ec8c7fbcf76666ea424e1ab1e79d60d6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 14 Aug 2019 01:18:53 +0100 Subject: [PATCH] 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! --- modules/feature-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-upload.php b/modules/feature-upload.php index 476f31c..0c017bc 100644 --- a/modules/feature-upload.php +++ b/modules/feature-upload.php @@ -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) {