__( 'You must be <a href="%s">logged in</a> to post a comment.'
),
/** This filter is documented in wp-includes/link-template.php */
wp_login_url( apply_filters( 'the_permalink',
get_permalink( $post_id ),
$post_id ) ) ) ),
'logged_in_as' =>
sprintf( '<p class="logged-in-as">%s%s</p>',
sprintf( /* translators: 1: User name, 2: Edit user link, 3: Logout URL. */
__( 'Logged in as %1$s. <a href="%2$s">Edit your profile</a>. <a href="%3$s">Log out?</a>'
),
$user_identity,
get_edit_user_link(),
/** This filter is documented in wp-includes/link-template.php */
wp_logout_url( apply_filters( 'the_permalink',
get_permalink( $post_id ),
$post_id ) ) ),
$required_text ),
'comment_notes_before' =>
sprintf( '<p class="comment-notes">%s%s</p>',
sprintf( '<span id="email-notes">%s</span>',
__( 'Your email address will not be published.'
) ),