mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Constructor cleanup. Props ocean90. fixes #16768
git-svn-id: https://develop.svn.wordpress.org/trunk@17771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1408,17 +1408,6 @@ class WP_Http_Cookie {
|
||||
*/
|
||||
var $domain;
|
||||
|
||||
/**
|
||||
* PHP4 style Constructor - Calls PHP5 Style Constructor.
|
||||
*
|
||||
* @access public
|
||||
* @since 2.8.0
|
||||
* @param string|array $data Raw cookie data.
|
||||
*/
|
||||
function WP_Http_Cookie( $data ) {
|
||||
$this->__construct( $data );
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets up this cookie object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user