Make WordPress Core

Changeset 46692


Ignore:
Timestamp:
11/10/2019 01:43:55 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [46690].

See #41880.

File:
1 edited

Legend:

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

    r46690 r46692  
    972972            $path = $relative_url_parts['path'];
    973973
    974         // Else it's a relative path.
     974            // Else it's a relative path.
    975975        } elseif ( ! empty( $relative_url_parts['path'] ) ) {
    976976            // Strip off any file components from the absolute path.
Note: See TracChangeset for help on using the changeset viewer.