Skip to content

Commit 42bce38

Browse files
committed
lint
1 parent 045b1f2 commit 42bce38

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
@@ -2636,7 +2636,6 @@ public function test_wp_add_inline_script_customize_dependency() {
26362636
$wp_scripts->base_url = '';
26372637
$wp_scripts->do_concat = true;
26382638

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

0 commit comments

Comments
 (0)