X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;ds=sidebyside;f=includes%2FOutputPage.php;h=f161cb37c38047a77f89d121276067a11d8c9b63;hb=42fe7284cd78988f745a2f0f6a33e4921699b8dc;hp=317c1261d68b1bf24182d83a6c5ef699d3ac7f82;hpb=3c18e32e58d53ab38d1dd52d00f248ddef435ebd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 317c1261d6..f161cb37c3 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -4088,5 +4088,8 @@ class OutputPage extends ContextSource { 'oojs-ui.styles.textures', 'mediawiki.widgets.styles', ) ); + // Used by 'skipFunction' of the four 'oojs-ui.styles.*' modules. Please don't treat this as a + // public API or you'll be severely disappointed when T87871 is fixed and it disappears. + $this->addMeta( 'X-OOUI-PHP', '1' ); } }