Difference between revisions of "User:A.allison/Copyright"

From WikiVet English
Jump to navigation Jump to search
(Created page with "===MediaWiki:Copyright=== Changed from:<br> <code>Content is available under $1.</code><br> To:<br> <code>Except where otherwise noted content is available under $1.</code> =...")
 
 
Line 7: Line 7:
 
Lines added:
 
Lines added:
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$wgRightsPage = "http://creativecommons.org/licenses/by-nc-nd/2.0/uk/";
+
$wgRightsUrl = "http://creativecommons.org/licenses/by-nc-nd/2.0/uk/";
 
$wgRightsText = "Creative Commons Attribution 2.0 License";
 
$wgRightsText = "Creative Commons Attribution 2.0 License";
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 16:56, 13 January 2011

MediaWiki:Copyright

Changed from:
Content is available under $1.
To:
Except where otherwise noted content is available under $1.

Localsetting.php

Lines added: <syntaxhighlight lang="php"> $wgRightsUrl = "http://creativecommons.org/licenses/by-nc-nd/2.0/uk/"; $wgRightsText = "Creative Commons Attribution 2.0 License"; </syntaxhighlight>