Changeset 52187 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/16/2021 06:48:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r52088 r52187 1170 1170 $ret = $protocol . $base . $ret . $frag; 1171 1171 $ret = rtrim( $ret, '?' ); 1172 $ret = str_replace( '?#', '#', $ret ); 1172 1173 return $ret; 1173 1174 }
Note: See TracChangeset
for help on using the changeset viewer.