Skip to content

Commit 620287b

Browse files
escapemanueleClaude
and
Claude
authored
Help Center: Update Developer Features links to consistently open in help center (#103813)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 22c07c4 commit 620287b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/components/inline-support-link/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class InlineSupportLink extends Component {
6565
if ( ! showSupportModal ) {
6666
return;
6767
}
68-
onClick?.();
68+
onClick?.( event );
6969
openDialog( event, supportPostId, url, blogId );
7070
}
7171

client/me/developer/features/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const DeveloperFeatures = () => {
1919
const featureArticleLink = event?.currentTarget?.href;
2020
const featureItemId = event?.currentTarget?.id;
2121
// Opens the following feature articles in Help Center:
22-
// "Custom code" and "Free SSL certificate"
2322
const featureArticlesToOpenInHelpCenter = [
2423
'connect-to-ssh-on-wordpress-com',
2524
'how-to-create-a-staging-site',

0 commit comments

Comments
 (0)