Changeset 20372 for trunk/wp-includes/class-http.php
- Timestamp:
- 04/05/2012 03:17:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r20370 r20372 1541 1541 return ''; 1542 1542 1543 return $this->name . '=' . urlencode( $this->value );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.