Fixed 'add custom' button

git-svn-id: http://svn.automattic.com/wordpress/trunk@990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2004-03-23 22:06:23 +00:00
parent 1e6933cb2e
commit 867f87f41b
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
} }