http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73969
Revision: 73969
Author: demon
Date: 2010-09-29 18:48:05 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Move 'no license' further down the list. We want people to freely license their
work! Pointed out by vimpulse on IRC
Modified Paths:
--------------
trunk/phase3/includes/installer/CoreInstaller.php
Modified: trunk/phase3/includes/installer/CoreInstaller.php
===================================================================
--- trunk/phase3/includes/installer/CoreInstaller.php 2010-09-29 18:19:03 UTC
(rev 73968)
+++ trunk/phase3/includes/installer/CoreInstaller.php 2010-09-29 18:48:05 UTC
(rev 73969)
@@ -141,11 +141,6 @@
* @var array
*/
public $licenses = array(
- 'none' => array(
- 'url' => '',
- 'icon' => '',
- 'text' => ''
- ),
'cc-by-sa' => array(
'url' =>
'http://creativecommons.org/licenses/by-sa/3.0/',
'icon' => '{$wgStylePath}/common/images/cc-by-sa.png',
@@ -166,6 +161,11 @@
'url' => 'http://www.gnu.org/copyleft/fdl.html',
'icon' => '{$wgStylePath}/common/images/gnu-fdl.png',
),
+ 'none' => array(
+ 'url' => '',
+ 'icon' => '',
+ 'text' => ''
+ ),
'cc-choose' => array(
// Details will be filled in by the selector.
'url' => '',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs