Changeset 20373 for trunk/wp-includes/class-http.php
- Timestamp:
- 04/05/2012 03:34:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r20372 r20373 1541 1541 return ''; 1542 1542 1543 return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this- name );1543 return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name ); 1544 1544 } 1545 1545
Note: See TracChangeset
for help on using the changeset viewer.