Skip to content

Commit

Permalink
Fix HelpHub link i18n for page-jumps (#35404)
Browse files Browse the repository at this point in the history
* Fix HelpHub link i18n for page-jumps

* Format code

Co-authored-by: Sören Wrede <[email protected]>
Co-authored-by: Soean <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2021
1 parent c0c6be4 commit 07eb9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/hooks/anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export const withInspectorControl = createHigherOrderComponent(

{ isWeb && (
<ExternalLink
href={
href={ __(
'https://wordpress.org/support/article/page-jumps/'
}
) }
>
{ __( 'Learn more about anchors' ) }
</ExternalLink>
Expand Down

0 comments on commit 07eb9a1

Please sign in to comment.