Changeset 55827 for trunk/src/wp-includes/class-wp-http-cookie.php
- Timestamp:
- 05/19/2023 01:25:49 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-cookie.php
r54133 r55827 137 137 $pair = rtrim( $pair ); 138 138 139 // Handle the cookie ending in ; which results in a empty final pair.139 // Handle the cookie ending in ; which results in an empty final pair. 140 140 if ( empty( $pair ) ) { 141 141 continue;
Note: See TracChangeset
for help on using the changeset viewer.