Added @since to new function.
[lhc/web/wiklou.git] / 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 );