Skip to content

Commit 4b60f9e

Browse files
Fix: Add rel="tag" to individual anchor links in editor markup of the post terms block (#68722)
Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: Mamaduka <[email protected]>
1 parent 064b879 commit 4b60f9e

File tree

1 file changed

+1
-0
lines changed
  • packages/block-library/src/post-terms

1 file changed

+1
-0
lines changed

packages/block-library/src/post-terms/edit.js

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default function PostTermsEdit( {
122122
key={ postTerm.id }
123123
href={ postTerm.link }
124124
onClick={ ( event ) => event.preventDefault() }
125+
rel="tag"
125126
>
126127
{ decodeEntities( postTerm.name ) }
127128
</a>

0 commit comments

Comments
 (0)