Make WordPress Core

Ticket #34665: 34665.patch

File 34665.patch, 1.3 KB (added by sebastian.pisula, 9 years ago)
  • wp-includes/comment-template.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    21022102        $fields = apply_filters( 'comment_form_default_fields', $fields );
    21032103        $defaults = array(
    21042104                'fields'               => $fields,
    2105                 'comment_field'        => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label> <textarea id="comment" name="comment" cols="45" rows="8"  aria-required="true" required="required"></textarea></p>',
     2105                'comment_field'        => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . ' <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8"  aria-required="true" required="required"></textarea></p>',
    21062106                /** This filter is documented in wp-includes/link-template.php */
    21072107                '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>',
    21082108                /** This filter is documented in wp-includes/link-template.php */