OutputPage.php: Remove misleading comment
The whole comment was added infc359e16f1together with a strtolower(). Indcd44cdf7dthe strtolower() and a part of the comment was removed. The rest of the comment makes no sense without a strtolower(). Change-Id: Ifa0d88a618e31f4a558bc93a098aabad35761569
This commit is contained in:
parent
4b069cd1b8
commit
ebf7d58258
1 changed files with 0 additions and 2 deletions
|
|
@ -3613,8 +3613,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue