Set default fragment mode to [ 'legacy', 'html5' ]
[lhc/web/wiklou.git] / includes / Setup.php
index d1f225b..3e37c9c 100644 (file)
@@ -360,6 +360,7 @@ unset( $repo ); // no global pollution; destroy reference
 
 // Convert this deprecated setting to modern system
 if ( $wgExperimentalHtmlIds ) {
+       wfDeprecated( '$wgExperimentalHtmlIds', '1.30' );
        $wgFragmentMode = [ 'html5-legacy', 'html5' ];
 }