Skip to content

Commit 8f95b08

Browse files
committed
Remove phpdoc syntax from multiline comment
1 parent a48d5aa commit 8f95b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ public function do_item( $handle, $group = false ) {
350350

351351
$translations = $this->print_translations( $handle, false );
352352
if ( $translations ) {
353-
/**
354-
* The sourceURL comment is not included by {@see WP_Scripts::print_translations()}
353+
/*
354+
* The sourceURL comment is not included by WP_Scripts::print_translations()
355355
* when `$display` is `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)