Typo fixes sent in by Nick Romney.

git-svn-id: https://develop.svn.wordpress.org/trunk@1113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-04-21 21:38:38 +00:00
parent bd619bb1da
commit ec383fe439
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
// This just holds the version number, in a seperate file so we can bump it without cluttering the CVS
// This just holds the version number, in a separate file so we can bump it without cluttering the CVS
$wp_version = '1.2-alpha-4';
$wp_version = '1.2-alpha-5';
?>