Changeset 13887
- Timestamp:
- 03/30/2010 10:22:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r13849 r13887 1737 1737 // Set everything else as a property 1738 1738 foreach ( $pairs as $pair ) { 1739 $pair = rtrim($pair); 1739 1740 if ( empty($pair) ) //Handles the cookie ending in ; which results in a empty final pair 1740 1741 continue;
Note: See TracChangeset
for help on using the changeset viewer.