Changeset 46885
- Timestamp:
- 12/11/2019 10:12:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46821 r46885 2434 2434 2435 2435 // Remove aria-describedby from the email field if there's no associated description. 2436 if ( false === strpos( $args['comment_notes_before'], 'id="email-notes"' ) ) {2436 if ( isset( $args['fields']['email'] ) && false === strpos( $args['comment_notes_before'], 'id="email-notes"' ) ) { 2437 2437 $args['fields']['email'] = str_replace( 2438 2438 ' aria-describedby="email-notes"',
Note: See TracChangeset
for help on using the changeset viewer.