Skip to content

Commit

Permalink
Fix: Add rel="tag" to individual anchor links in editor markup of t…
Browse files Browse the repository at this point in the history
…he post terms block
  • Loading branch information
fabiankaegy authored Jan 16, 2025
1 parent 5688333 commit 2a3fb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/post-terms/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default function PostTermsEdit( {
key={ postTerm.id }
href={ postTerm.link }
onClick={ ( event ) => event.preventDefault() }
rel="tag"
>
{ decodeEntities( postTerm.name ) }
</a>
Expand Down

0 comments on commit 2a3fb93

Please sign in to comment.