Conversation
added link text and closing `</a>` anchor HTML element tag to HTML example line: 83
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
skorasaurus
left a comment
There was a problem hiding this comment.
looks good to me; thanks.
|
@djcowan Thanks for the PR. Could you please rebase this PR? (Because some tests are failing) |
|
Yes, I can rebase but unsure when I will have the opportunity to do so. |
|
Closing this PR as #69166 has been merged. |
added link text and closing
</a>anchor HTML element tag to HTML example line: 83What?
adding closing open HTML tag
Why?
To assist new users who might be inexperienced with code syntax by limiting unexpected code errors when copy/pasting from examples provided
How?
ensuring example is a valid HTML code fragment
before:
after: