Support for hidden custom fields (custom fields that start with _)

git-svn-id: http://svn.automattic.com/wordpress/trunk@1935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-12-09 04:12:20 +00:00
parent d8eca12969
commit 5ba63ff4d5
4 changed files with 62 additions and 34 deletions

View File

@@ -122,7 +122,7 @@ edCanvas = document.getElementById('content');
</fieldset>
<fieldset id="postcustom">
<legend><?php _e('Custom Fields') ?></legend>
<legend><?php _e('Custom Fields') ?> <script type="text/javascript">customToggleLink();</script></legend>
<div id="postcustomstuff">
<?php
if($metadata = has_meta($post_ID)) {