We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed5122b + 93f9ef2 commit 05bfe15Copy full SHA for 05bfe15
1 file changed
WikibaseDataModel.php
@@ -7,6 +7,10 @@
7
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
8
*/
9
10
+if ( defined( 'WIKIBASE_DATAMODEL_VERSION' ) ) {
11
+ return;
12
+}
13
+
14
define( 'WIKIBASE_DATAMODEL_VERSION', '6.3.0' );
15
16
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
0 commit comments