Make WordPress Core


Ignore:
Timestamp:
09/22/2021 08:59:15 PM (20 months ago)
Author:
johnbillion
Message:

General: Fix code quality issues which were identified by static analysis.

This fixes minor issues that could cause PHP notices under the right conditions, and fixes some general incorrectness.

Props jrf, hellofromTonya for review

See #52217

File:
1 edited

Legend:

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

    r51825 r51850  
    471471 * @deprecated 3.7.0 Please use WP_HTTP::request() directly
    472472 */
    473 class WP_HTTP_Fsockopen extends WP_HTTP_Streams {
     473class WP_HTTP_Fsockopen extends WP_Http_Streams {
    474474    // For backward compatibility for users who are using the class directly.
    475475}
Note: See TracChangeset for help on using the changeset viewer.