Fixed 'add custom' button
git-svn-id: https://develop.svn.wordpress.org/trunk@990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f3fef03117
commit
391c91d78b
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue