Changeset 56596 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/16/2023 06:48:59 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r56561 r56596 4523 4523 } 4524 4524 4525 if ( ( str_contains( $url, '[' ) ) || ( str_contains( $url, ']' )) ) {4525 if ( str_contains( $url, '[' ) || str_contains( $url, ']' ) ) { 4526 4526 4527 4527 $parsed = wp_parse_url( $url );
Note: See TracChangeset
for help on using the changeset viewer.