diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-07-21 10:30:00 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-07-21 10:30:00 +0200 |
commit | 05c83a163ac55bc422a7f22184dde5da18805907 (patch) | |
tree | 3cbf7343a5ea0b821bd247a05e3c4b6efa9b4b9c /lib/public | |
parent | 647e0a0cba4a6f51b6f88fabdacd060b2431719f (diff) | |
download | nextcloud-server-05c83a163ac55bc422a7f22184dde5da18805907.tar.gz nextcloud-server-05c83a163ac55bc422a7f22184dde5da18805907.zip |
add proper deprecated tag
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |