Make WordPress Core


Ignore:
Timestamp:
09/06/2019 09:55:28 PM (7 years ago)
Author:
whyisjake
Message:

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

Merges [46073] to the 5.2 branch.
Fixes #47986.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-includes/script-loader.php

    r45989 r46074  
    11791179        );
    11801180
    1181         $scripts->add( 'wp-sanitize', "/wp-includes/js/wp-sanitize$suffix.js", array( 'jquery' ), false, 1 );
    1182 
    11831181        $scripts->add( 'wp-backbone', "/wp-includes/js/wp-backbone$suffix.js", array( 'backbone', 'wp-util' ), false, 1 );
    11841182
Note: See TracChangeset for help on using the changeset viewer.