2719echo$args['must_log_in'];2720/**2721 * Fires after the HTML-formatted 'must log in after' message in the comment form.2722 *2723 * @since 3.0.02724 */2725do_action('comment_form_must_log_in_after');27262727else:27282729printf(2730'<form action="%s" method="post" id="%s" class="%s"%s>',2731esc_url($args['action']),
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.