if ( !
in_array( 'commentsdiv',
$hidden, true
) ) { ?>
<script type="text/javascript">jQuery(function(){commentsBox.get(<?php
echo $total; ?>, 10);});</script>
<?php
} ?>
<p class="hide-if-no-js" id="show-comments"><a href="#commentstatusdiv" onclick="commentsBox.load(<?php
echo $total; ?>);return false;"><?php
_e( 'Show comments'
); ?></a> <span class="spinner"></span></p>
<?php
} wp_comment_trashnotice();
}/**
* Displays slug form fields.
*
* @since 2.6.0
*
* @param WP_Post $post Current post object.
*/
function post_slug_meta_box( $post ) { /** This filter is documented in wp-admin/edit-tag-form.php */