Ticket #13026: 13026.diff
| File 13026.diff, 1.4 KB (added by , 16 years ago) |
|---|
-
wp-includes/comment-template.php
1510 1510 '</p>', 1511 1511 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>', 1512 1512 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%s">%s</a>. <a href="%s" title="Log out of this account">Log out?</a></p>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), 1513 'comment_notes_before' => '<p class="comment-notes">' . __( 'Your email is <em>never</em> published nor shared.' ) .( $req ? __( ' Required fields are marked <span class="required">*</span>' ) : '' ) . '</p>',1513 'comment_notes_before' => '<p class="comment-notes">' . ( $req ? __( ' Required fields are marked <span class="required">*</span>' ) : '' ) . '</p>', 1514 1514 'comment_notes_after' => '<dl class="form-allowed-tags"><dt>' . __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:' ) . '</dt> <dd><code>' . allowed_tags() . '</code></dd></dl>', 1515 1515 'id_form' => 'commentform', 1516 1516 'id_submit' => 'submit',