Skip to content

Commit 5019dd5

Browse files
Apply suggestions from code review
1 parent 318ea7f commit 5019dd5

File tree

1 file changed

+1
-1
lines changed
  • plugins/performance-lab/includes/admin

1 file changed

+1
-1
lines changed

‎plugins/performance-lab/includes/admin/load.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function perflab_print_row_meta_install_notice( string $plugin_file ): void {
487487
$message = sprintf(
488488
/* translators: %s: link to Performance Lab settings screen */
489489
__( 'This plugin is installed by <a href="%s">Performance Lab</a>', 'performance-lab' ),
490-
esc_url( add_query_arg( 'page', PERFLAB_SCREEN, admin_url( 'options-general.php' )
490+
esc_url( add_query_arg( 'page', PERFLAB_SCREEN, admin_url( 'options-general.php' ) ) )
491491
);
492492

493493
printf(

0 commit comments

Comments
 (0)