'. __('Already pinged:') . '
ID);
foreach ( $metadata as $key => $value ) {
if ( is_protected_meta( $metadata[ $key ][ 'meta_key' ], 'post' ) || ! current_user_can( 'edit_post_meta', $post->ID, $metadata[ $key ][ 'meta_key' ] ) )
unset( $metadata[ $key ] );
}
list_meta( $metadata );
meta_form(); ?>
' . __('No comments yet.') . '
';
return;
}
wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
$wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
$wp_list_table->display( true );
?>
post_type ) _e( 'Need help? Use the Help tab in the upper right of your screen.' ); ?>