From: Morris Jobke Date: Sun, 21 Jul 2013 08:30:00 +0000 (+0200) Subject: add proper deprecated tag X-Git-Tag: v6.0.0alpha2~433 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05c83a163ac55bc422a7f22184dde5da18805907;p=nextcloud-server.git add proper deprecated tag --- diff --git a/lib/public/template.php b/lib/public/template.php index 1c138671977..ab1089c332d 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -78,6 +78,7 @@ function relative_modified_date($timestamp) { /** * @brief DEPRECATED Return a human readable outout for a file size. + * @deprecated human_file_size() instead * @param $byte size of a file in byte * @returns human readable interpretation of a file size */