Added @since to new function.
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 2 Sep 2012 07:33:19 +0000 (00:33 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 2 Sep 2012 07:33:19 +0000 (00:33 -0700)
Change-Id: If15c11df7f460bea6c748584442970065fdaaaae

includes/filebackend/FileBackend.php

index ab8a327..e59a13b 100644 (file)
@@ -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 );