Merge "OutputPage.php: Remove misleading comment"
[lhc/web/wiklou.git] / includes / OutputPage.php
index f161cb3..e527001 100644 (file)
@@ -3644,8 +3644,6 @@ class OutputPage extends ContextSource {
         */
        public function addStyle( $style, $media = '', $condition = '', $dir = '' ) {
                $options = array();
-               // Even though we expect the media type to be lowercase, but here we
-               // force it to lowercase to be safe.
                if ( $media ) {
                        $options['media'] = $media;
                }