r70525 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70524‎ | r70525 | r70526 >
Date:20:21, 5 August 2010
Author:simetrical
Status:ok
Tags:
Comment:
(bug 24648) Update docs for $wgHtml5

I'd really like to remove this and set it always true, but we can't do
that until it's enabled on Wikimedia for a while successfully.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2051,10 +2051,9 @@
20522052 $wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml';
20532053
20542054 /**
2055 - * Should we output an HTML5 doctype? This mode is still experimental, but
2056 - * all indications are that it should be usable, so it's enabled by default.
2057 - * If all goes well, it will be removed and become always true before the 1.16
2058 - * release.
 2055+ * Should we output an HTML5 doctype? If false, use XHTML 1.0 Transitional
 2056+ * instead, and disable HTML5 features. This may eventually be removed and set
 2057+ * to always true.
20592058 */
20602059 $wgHtml5 = true;
20612060

Status & tagging log