Make WordPress Core


Ignore:
Timestamp:
04/05/2012 03:34:28 PM (13 years ago)
Author:
westi
Message:

Fix typo in [20372] - See #19922 props SergeyBiryukov.

File:
1 edited

Legend:

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

    r20372 r20373  
    15411541            return '';
    15421542
    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 );
    15441544    }
    15451545
Note: See TracChangeset for help on using the changeset viewer.