Make WordPress Core

Changeset 42988


Ignore:
Timestamp:
04/18/2018 11:53:53 PM (7 years ago)
Author:
johnbillion
Message:

Upgrade/Install: Don't include wp-includes/formatting.php twice during installation.

This avoids a fatal error caused by function redeclaration.

Props ocean90, kkarpieszuk

Fixes #43609

File:
1 edited

Legend:

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

    r42843 r42988  
    609609        require( ABSPATH . WPINC . '/kses.php' );
    610610        require( ABSPATH . WPINC . '/pluggable.php' );
    611         require( ABSPATH . WPINC . '/formatting.php' );
    612611
    613612        $link = wp_guess_url() . '/wp-admin/install.php';
Note: See TracChangeset for help on using the changeset viewer.