Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Dec 10, 2024
1 parent 8761e76 commit 3cb1115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip-jetpack/vip-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function vip_filter_plugin_version_jetpack( $plugin_meta, $plugin_file ) {
}

/* translators: Loaded Jetpack version number */
$plugin_meta[0] = sprintf( esc_html__( '%s - Version %s' ), $type, $version );
$plugin_meta[0] = sprintf( esc_html__( '%1$s - Version %2$s' ), $type, $version );
}

return $plugin_meta;
Expand Down

0 comments on commit 3cb1115

Please sign in to comment.