Make WordPress Core


Ignore:
Timestamp:
11/15/2008 06:10:35 PM (17 years ago)
Author:
ryan
Message:

Unused var fixes. Props DD32. see #8220

File:
1 edited

Legend:

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

    r9575 r9716  
    412412                $chunkLength = strlen( $match[0] );
    413413
    414                 $strBody = substr($body, strlen( $match[0] ), $length);
     414                $strBody = substr($body, $chunkLength, $length);
    415415                $parsedBody .= $strBody;
    416416
Note: See TracChangeset for help on using the changeset viewer.