Make WordPress Core


Ignore:
Timestamp:
02/12/2009 08:37:23 PM (16 years ago)
Author:
ryan
Message:

Add cookies arg to defaults to avoid warnings. Props beaulebens. fixes #9049

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/http.php

    r10524 r10563  
    365365            'blocking' => true,
    366366            'headers' => array(),
     367            'cookies' => array(),
    367368            'body' => null,
    368369            'compress' => false,
     
    661662            'redirection' => 5, 'httpversion' => '1.0',
    662663            'blocking' => true,
    663             'headers' => array(), 'body' => null
     664            'headers' => array(), 'body' => null, 'cookies' => array()
    664665        );
    665666
Note: See TracChangeset for help on using the changeset viewer.