Changeset 46886
- Timestamp:
- 12/11/2019 10:13:33 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-includes/comment-template.php
r46391 r46886 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.