Skip to content

Commit

Permalink
Adds plugin table anchor to the update core URL fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed Sep 20, 2023
1 parent f993752 commit 394a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php/compat-checker/src/Checks/WCCompatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function make_upgrade_recommendation() {
esc_html__( 'Heads up! %1$s will soon discontinue support for WooCommerce %2$s. Please %3$supdate WooCommerce%4$s to take advantage of the latest updates and features.', 'woogrow-compat-checker' ),
'<strong>' . $plugin_name . '</strong>',
$current_wc_version,
'<a href="' . esc_url( admin_url( 'update-core.php' ) ) . '">',
'<a href="' . esc_url( admin_url( 'update-core.php' ) ) . '#update-plugins-table">',
'</a>'
);

Expand Down

0 comments on commit 394a108

Please sign in to comment.