Skip to content

Commit 504a928

Browse files
committed
fix lint
1 parent 4333300 commit 504a928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/phpunit/tests/dependencies/scripts.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,6 @@ public function test_wp_add_inline_script_customize_dependency() {
26372637
$wp_scripts->base_url = '';
26382638
$wp_scripts->do_concat = true;
26392639

2640-
26412640
$handle = 'customize-dependency';
26422641
wp_enqueue_script( $handle, '/customize-dependency.js', array( 'customize-controls' ), null );
26432642
wp_add_inline_script( $handle, 'tryCustomizeDependency()' );

0 commit comments

Comments
 (0)