Make WordPress Core


Ignore:
Timestamp:
09/14/2015 05:36:37 PM (10 years ago)
Author:
wonderboymusic
Message:

Fix the case-sensitivity of some HTTP class usage.

See #33413.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r33955 r34123  
    39983998        ( preg_match( '#^(\w{1,20}):#', $m[3], $protocol ) && in_array( $protocol[1], wp_allowed_protocols() ) ?
    39993999            $m[3] :
    4000             WP_HTTP::make_absolute_url( $m[3], $_links_add_base )
     4000            WP_Http::make_absolute_url( $m[3], $_links_add_base )
    40014001        )
    40024002        . $m[2];
Note: See TracChangeset for help on using the changeset viewer.