Changeset 10633
- Timestamp:
- 02/23/2009 06:40:03 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10625 r10633 579 579 */ 580 580 function buildCookieHeader( &$r ) { 581 if ( count( $r['cookies'] ) ) {581 if ( isset($r['cookies']) && count( $r['cookies'] ) ) { 582 582 $cookies_header = ''; 583 583 foreach ( $r['cookies'] as $cookie ) {
Note: See TracChangeset
for help on using the changeset viewer.