Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/profile.php#application-passwords-section",
"landingPage": "/wp-admin/profile.php#two-factor-options",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
Expand Down
2 changes: 1 addition & 1 deletion class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public static function enable_dummy_method_for_debug( $methods ) {
* @return string[] Modified array with the Settings link added.
*/
public static function add_settings_action_link( $links ) {
$settings_url = admin_url( 'profile.php#application-passwords-section' );
$settings_url = admin_url( 'profile.php#two-factor-options' );
$settings_link = sprintf(
'<a href="%s">%s</a>',
esc_url( $settings_url ),
Expand Down
Loading