Skip to content

Commit 7f51e59

Browse files
authored
Fix typo
1 parent 45ae336 commit 7f51e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public function do_item( $handle, $group = false ) {
351351
$translations = $this->print_translations( $handle, false );
352352
if ( $translations ) {
353353
/**
354-
* The soucreURL comment is not included by @see WP_Scripts::print_translations()
354+
* The sourceURL comment is not included by @see WP_Scripts::print_translations()
355355
* when `$display == false` to prevent issues where the script tag contents are used
356356
* by extenders for other purposes, for example concatenated with other script content.
357357
*

0 commit comments

Comments
 (0)