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:
parent
df6bd2c282
commit
078781b000
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class MCI_Footnotes {
|
|||
plugins_url( 'footnotes/js/jquery.tools.min.js' ),
|
||||
array(),
|
||||
'1.2.7.redacted.2',
|
||||
false
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue