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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user