Make WordPress Core

Changeset 55355


Ignore:
Timestamp:
02/16/2023 11:06:29 PM (20 months ago)
Author:
audrasjb
Message:

Docs: Replace HTTP with HTTPS in PHP Manual links located in wp-load.php.

Props shamimmiashuhagh.
See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-load.php

    r54866 r55355  
    3232     *
    3333     * This will be adapted in wp_debug_mode() located in wp-includes/load.php based on WP_DEBUG.
    34      * @see http://php.net/manual/en/errorfunc.constants.php List of known error levels.
     34     * @see https://php.net/manual/en/errorfunc.constants.php List of known error levels.
    3535     */
    3636    error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );
Note: See TracChangeset for help on using the changeset viewer.