Make WordPress Core


Ignore:
Timestamp:
12/10/2019 01:32:56 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS and JSHint issues in [46872].

See #47069.

File:
1 edited

Legend:

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

    r46872 r46874  
    15171517
    15181518    // JS-only version of hoverintent (no dependencies).
    1519     $scripts->add( 'hoverintent-js', "/wp-includes/js/hoverintent-js.min.js", array(), '2.2.1', 1 );
     1519    $scripts->add( 'hoverintent-js', '/wp-includes/js/hoverintent-js.min.js', array(), '2.2.1', 1 );
    15201520
    15211521    $scripts->add( 'customize-base', "/wp-includes/js/customize-base$suffix.js", array( 'jquery', 'json2', 'underscore' ), false, 1 );
Note: See TracChangeset for help on using the changeset viewer.