Ticket #47975: 47975.3.diff
| File 47975.3.diff, 870 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/comment-template.php
2439 2439 $comment_fields = array( 'comment' => $args['comment_field'] ) + (array) $args['fields']; 2440 2440 2441 2441 /** 2442 * Check for the presence of id="email-notes" in the 2443 * comment_notes_before to remove aria-describedby in the 2444 * email field. 2445 * 2446 * @since 5.3.0 2447 */ 2448 if( false === strpos( $args['comment_notes_before'], 'id="email-notes"' ) ) { 2449 $comment_fields['email'] = str_replace( 2450 ' aria-describedby="email-notes"', 2451 '', 2452 $comment_fields['email'] 2453 ); 2454 } 2455 2456 /** 2442 2457 * Filters the comment form fields, including the textarea. 2443 2458 * 2444 2459 * @since 4.4.0
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)