From 05c83a163ac55bc422a7f22184dde5da18805907 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 21 Jul 2013 10:30:00 +0200 Subject: [PATCH] add proper deprecated tag --- lib/public/template.php | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5