From a441f03e329219e446761b8746f7730f55b54fd6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 2 Sep 2012 00:33:19 -0700 Subject: [PATCH] Added @since to new function. Change-Id: If15c11df7f460bea6c748584442970065fdaaaae --- includes/filebackend/FileBackend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index ab8a327e89..e59a13b46d 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -1110,6 +1110,7 @@ abstract class FileBackend { * @param $type string One of (attachment, inline) * @param $filename string Suggested file name (should not contain slashes) * @return string + * @since 1.20 */ final public static function makeContentDisposition( $type, $filename ) { $type = strtolower( $type ); -- 2.20.1