- Patch #1193044 by Dave Reid: the [file:size] token may not always return in KB, despite description.

8.0.x
Dries Buytaert 2011-08-26 10:36:50 +01:00
parent 71db34bd05
commit db5ac75c64
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function system_token_info() {
);
$file['size'] = array(
'name' => t("File size"),
'description' => t("The size of the file, in kilobytes."),
'description' => t("The size of the file."),
);
$file['url'] = array(
'name' => t("URL"),