Changeset 55370 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 02/21/2023 01:47:57 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r55063 r55370 1014 1014 } 1015 1015 1016 // Add the fragment. 1017 if ( ! empty( $relative_url_parts['fragment'] ) ) { 1018 $path .= '#' . $relative_url_parts['fragment']; 1019 } 1020 1016 1021 return $absolute_path . '/' . ltrim( $path, '/' ); 1017 1022 }
Note: See TracChangeset
for help on using the changeset viewer.