Fixed 'add custom' button

git-svn-id: https://develop.svn.wordpress.org/trunk@990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2004-03-23 22:06:23 +00:00
parent f3fef03117
commit 391c91d78b
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ if ($keys) {
</div> </div>
<br style="clear: both;" /> <br style="clear: both;" />
<div id="postcustomsubmit"> <div id="postcustomsubmit">
<input type="submit" id="addmeta" name="addmeta" value="Add Custom"> <input type="submit" id="save" name="save" value="Add Custom">
</div> </div>
<?php <?php
} }