- Patch #1193044 by Dave Reid: the [file:size] token may not always return in KB, despite description.
parent
71db34bd05
commit
db5ac75c64
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue