https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111870

Revision: 111870
Author:   wikinaut
Date:     2012-02-19 16:32:42 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
correction of a comment: src= defines the EtherpadLite server (not id= ).

Modified Paths:
--------------
    trunk/extensions/EtherpadLite/EtherpadLite.php

Modified: trunk/extensions/EtherpadLite/EtherpadLite.php
===================================================================
--- trunk/extensions/EtherpadLite/EtherpadLite.php      2012-02-19 16:25:15 UTC 
(rev 111869)
+++ trunk/extensions/EtherpadLite/EtherpadLite.php      2012-02-19 16:32:42 UTC 
(rev 111870)
@@ -74,7 +74,7 @@
 $wgHooks['ParserFirstCallInit'][] = 'EtherpadLite::EtherpadLiteParserInit';
 
 # Define a default Etherpad Lite server Url and base path
-# this server is used unless a distinct server is defined by id="..."
+# unless a different server is defined with the src= attribute
 $wgEtherpadLiteDefaultPadUrl    = "http://beta.etherpad.org/p/";;
 
 $wgEtherpadLiteDefaultWidth     = "300px";


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to