Changeset 14129
- Timestamp:
- 04/18/2010 04:01:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r14050 r14129 1592 1592 */ 1593 1593 function authentication_header() { 1594 return 'Proxy-Auth entication: Basic ' . base64_encode( $this->authentication() );1594 return 'Proxy-Authorization: Basic ' . base64_encode( $this->authentication() ); 1595 1595 } 1596 1596
Note: See TracChangeset
for help on using the changeset viewer.