From: Aaron Schulz Date: Sun, 2 Sep 2012 07:33:19 +0000 (-0700) Subject: Added @since to new function. X-Git-Tag: 1.31.0-rc.0~22488 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=a441f03e329219e446761b8746f7730f55b54fd6;p=lhc%2Fweb%2Fwiklou.git Added @since to new function. Change-Id: If15c11df7f460bea6c748584442970065fdaaaae --- 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 );