We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b08c61d + 2e77ef4 commit 0effd80Copy full SHA for 0effd80
bootstrap.php
@@ -1,14 +1,10 @@
1
<?php
2
3
-if ( !defined( 'MEDIAWIKI' ) && !defined( 'MW_PHPUNIT_TEST' ) ) {
4
- return;
5
-}
6
-
7
if ( defined( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION' ) ) {
8
return;
9
}
10
11
-define( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION', '5.1.3' );
+define( 'MWSTAKE_MEDIAWIKI_COMPONENT_COMMONUSERINTERFACE_VERSION', '5.1.4' );
12
13
MWStake\MediaWiki\ComponentLoader\Bootstrapper::getInstance()
14
->register( 'commonuserinterface', static function () {
0 commit comments