Skip to content

Commit bfdc7ff

Browse files
author
hsehszroc
committed
comment review.
1 parent c7735b5 commit bfdc7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Includes/Source/Onboarding.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ protected function register_scripts() {
13761376
* ```
13771377
* add_filter( 'hzfex_register_onboarding_scripts', 'dependency_scripts', 10, 2 );
13781378
* function dependency_scripts( array $handles, string $prefix ): array {
1379-
* // Check if prefix set in `Config::PREFIX` matches before proceeding.
1379+
* // Check if is our onboarding.
13801380
* if ( 'my-prefix' !== $prefix ) {
13811381
* return $handles;
13821382
* }
@@ -1451,7 +1451,7 @@ protected function register_scripts() {
14511451
* ```
14521452
* add_filter( 'hzfex_register_onboarding_styles', 'dependency_styles', 10, 2 );
14531453
* function dependency_styles( array $handles, string $prefix ): array {
1454-
* // Check if prefix set in `Config::PREFIX` matches before proceeding.
1454+
* // Check if is our onboarding.
14551455
* if ( 'my-prefix' !== $prefix ) {
14561456
* return $handles;
14571457
* }

0 commit comments

Comments
 (0)