Skip to content

Commit

Permalink
Specify string number in sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Jan 11, 2025
1 parent 4a4aaf6 commit 2ca38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-indieauth-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function general_settings() {
} else {
$path = 'options-general.php?page=indieauth';
}
printf( __( 'Based on your feedback and to improve the user experience, we decided to move the settings to a separate <a href="%$s">settings-page</a>.', 'indieauth' ), $path ); // phpcs:ignore
printf( __( 'Based on your feedback and to improve the user experience, we decided to move the settings to a separate <a href="%1$s">settings-page</a>.', 'indieauth' ), $path ); // phpcs:ignore
}

/**
Expand Down

0 comments on commit 2ca38d9

Please sign in to comment.