Merge "Don't localize parentheses in version number in parserTests.php"
This commit is contained in:
commit
96366c1cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ if ( isset( $options['file'] ) ) {
|
|||
}
|
||||
|
||||
# Print out software version to assist with locating regressions
|
||||
$version = SpecialVersion::getVersion();
|
||||
$version = SpecialVersion::getVersion( 'nodb' );
|
||||
echo "This is MediaWiki version {$version}.\n\n";
|
||||
|
||||
if ( isset( $options['fuzz'] ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue