Fix typo in [20372] - See #19922 props SergeyBiryukov.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5b6c025cc3
commit
a1c575b671
|
@ -1540,7 +1540,7 @@ class WP_Http_Cookie {
|
||||||
if ( empty( $this->name ) || empty( $this->value ) )
|
if ( empty( $this->name ) || empty( $this->value ) )
|
||||||
return '';
|
return '';
|
||||||
|
|
||||||
return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this-name );
|
return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue