r102344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102343‎ | r102344 | r102345 >
Date:23:24, 7 November 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Removed old, unused, MW_IMG_* constants
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1681,10 +1681,3 @@
16821682 }
16831683 }
16841684 }
1685 -/**
1686 - * Aliases for backwards compatibility with 1.6
1687 - */
1688 -define( 'MW_IMG_DELETED_FILE', File::DELETED_FILE );
1689 -define( 'MW_IMG_DELETED_COMMENT', File::DELETED_COMMENT );
1690 -define( 'MW_IMG_DELETED_USER', File::DELETED_USER );
1691 -define( 'MW_IMG_DELETED_RESTRICTED', File::DELETED_RESTRICTED );

Comments

#Comment by Nikerabbit (talk | contribs)   09:54, 8 November 2011

Even though it is 1.6 (wow), I think RELEASE-NOTES wouldn't hurt.

Status & tagging log