wp_comment_reply example

do_action( 'dbx_post_sidebar', $post );

?> </div><!-- /post-body --> <br class="clear" /> </div><!-- /poststuff --> </form> </div> <?php if ( post_type_supports( $post_type, 'comments' ) ) {
    wp_comment_reply();
}
?> <?php if ( ! wp_is_mobile() && post_type_supports( $post_type, 'title' ) && '' === $post->post_title ) : ?> <script type="text/javascript"> try{document.post.title.focus();}catch(e){} </script> <?php endif; ?>
<?php if ( isset( $_REQUEST['paged'] ) ) { ?> <input type="hidden" name="paged" value="<?php echo esc_attr( absint( $_REQUEST['paged'] ) ); ?>" /> <?php } ?> <?php $wp_list_table->display(); ?> </form> </div> <div id="ajax-response"></div> <?php wp_comment_reply( '-1', true, 'detail' );
wp_comment_trashnotice();
require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>

        echo '</ul>';

        if ( current_user_can( 'edit_posts' ) ) {
            echo '<h3 class="screen-reader-text">' .
                /* translators: Hidden accessibility text. */
                __( 'View more comments' ) .
            '</h3>';
            _get_list_table( 'WP_Comments_List_Table' )->views();
        }

        wp_comment_reply( -1, false, 'dashboard', false );
        wp_comment_trashnotice();

        echo '</div>';
    } else {
        return false;
    }
    return true;
}

/** * Display generic dashboard RSS widget feed. * * @since 2.5.0 * * @param string $widget_id */
Home | Imprint | This part of the site doesn't use cookies.