Make WordPress Core

Changeset 14129


Ignore:
Timestamp:
04/18/2010 04:01:19 AM (15 years ago)
Author:
dd32
Message:

Fix typo in Proxy Authorization header. Props thales.tede. Fixes #12995

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-http.php

    r14050 r14129  
    15921592     */
    15931593    function authentication_header() {
    1594         return 'Proxy-Authentication: Basic ' . base64_encode( $this->authentication() );
     1594        return 'Proxy-Authorization: Basic ' . base64_encode( $this->authentication() );
    15951595    }
    15961596
Note: See TracChangeset for help on using the changeset viewer.