Changeset 60726
- Timestamp:
- 09/10/2025 03:15:39 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60714 r60726 5990 5990 while ( $processor->next_tag( 'A' ) ) { 5991 5991 $href = $processor->get_attribute( 'href' ); 5992 if ( is_string( $href ) && ! empty( $href )) {5992 if ( is_string( $href ) && '' !== $href ) { 5993 5993 return sanitize_url( $href ); 5994 5994 }
Note: See TracChangeset
for help on using the changeset viewer.