Make WordPress Core

Changeset 46073


Ignore:
Timestamp:
09/06/2019 09:48:22 PM (5 years ago)
Author:
whyisjake
Message:

Remove the extra call for wp-sanitize from the script loader.

Fixes #47986

File:
1 edited

Legend:

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

    r45979 r46073  
    11841184    );
    11851185
    1186     $scripts->add( 'wp-sanitize', "/wp-includes/js/wp-sanitize$suffix.js", array(), false, 1 );
    1187 
    11881186    $scripts->add( 'wp-backbone', "/wp-includes/js/wp-backbone$suffix.js", array( 'backbone', 'wp-util' ), false, 1 );
    11891187
Note: See TracChangeset for help on using the changeset viewer.