Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Nov 17, 2013
1 parent d39fb7d commit bf04780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Validators.php
Expand Up @@ -15,13 +15,13 @@
return 1;
}

define( 'DATAVALUES_VALIDATORS_VERSION', '0.1 beta' );
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1' );

if ( defined( 'MEDIAWIKI' ) ) {
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
'path' => __DIR__,
'name' => 'DataValues Number',
'version' => DATAVALUES_NUMBER_VERSION,
'name' => 'DataValues Validators',
'version' => DATAVALUES_VALIDATORS_VERSION,
'author' => array(
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
'The Wikidata team',
Expand Down

0 comments on commit bf04780

Please sign in to comment.