Merge "OutputPage.php: Remove misleading comment"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 11 Feb 2016 04:06:13 +0000 (04:06 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 11 Feb 2016 04:06:13 +0000 (04:06 +0000)
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;
                }