2 * Skip function for OOjs UI PHP style modules.
4 * The `<meta name="X-OOUI-PHP" />` is added to pages by OutputPage::enableOOUI().
6 * Looking for elements in the DOM might be expensive, but it's probably better than double-loading
7 * 200 KB of CSS with embedded images because of bug T87871.
9 return !!jQuery( 'meta[name="X-OOUI-PHP"]' ).length;