Explictly pass false argument to wp_enqueue_script().

Not doing so will result in a `WordPress.WP.EnqueuedResourceParameters.NotInFooter` warning from PHPCS.
This commit is contained in:
Ben Goldsworthy 2021-02-23 17:15:58 +00:00
parent df6bd2c282
commit 078781b000

View file

@ -222,6 +222,7 @@ class MCI_Footnotes {
plugins_url( 'footnotes/js/jquery.tools.min.js' ),
array(),
'1.2.7.redacted.2',
false
);
/**