Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5284
ccpdlink.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 10:24 PM
2014-11-21 22:24:50 (UTC+0)
Size
615 B
Referenced Files
None
Subscribers
None
ccpdlink.patch
View Options
Index: index.php
===================================================================
--- index.php (revision 43336)
+++ index.php (working copy)
@@ -692,7 +692,7 @@
} elseif( $conf->License == "none" ) {
$conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = "";
} elseif( $conf->License == "pd" ) {
- $conf->RightsUrl = "http://en.wikipedia.org/wiki/Public_domain";
+ $conf->RightsUrl = "http://creativecommons.org/licenses/publicdomain/";
$conf->RightsText = "Public Domain";
$conf->RightsCode = "pd";
$conf->RightsIcon = '${wgScriptPath}/skins/common/images/public-domain.png';
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4845
Default Alt Text
ccpdlink.patch (615 B)
Attached To
Mode
T18293: Change public domain URL to something other than Wikipedia
Attached
Detach File
Event Timeline
Log In to Comment