Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in DocBlock of woocommerce_template_loop_product_link_close() #25611

Merged
merged 1 commit into from Mar 6, 2020
Merged

Conversation

tyrann0us
Copy link
Contributor

This PR fixes a small typo in the DocBlock of woocommerce_template_loop_product_link_close().

All Submissions:

Changes proposed in this Pull Request:

b1bef23#diff-65760bf45f136dba5d546afa2c8b7ee9R668 introduced a typo in woocommerce_template_loop_product_link_close()'s DocBlock:

Insert the opening anchor tag for products in the loop.

But instead, it should read

Insert the closing anchor tag for products in the loop.

because that's what the function does.

This PR fixes this.

Other information:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes, as applicable?
  • Have you successfully run tests with your changes locally?

Changelog entry

Fix typo in DocBlock of woocommerce_template_loop_product_link_close() function

@rodrigoprimo rodrigoprimo self-requested a review March 6, 2020 12:25
Copy link
Contributor

@rodrigoprimo rodrigoprimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks for your contribution.

@rodrigoprimo rodrigoprimo merged commit e1aaa6c into woocommerce:master Mar 6, 2020
@woocommercebot woocommercebot added release: add changelog Mark all PRs that have not had their changelog entries added. [auto] release: add testing instructions PRs that have not had testing instructions added to the wiki. [auto] labels Mar 6, 2020
@rodrigoprimo rodrigoprimo removed release: add changelog Mark all PRs that have not had their changelog entries added. [auto] release: add testing instructions PRs that have not had testing instructions added to the wiki. [auto] labels Mar 6, 2020
@tyrann0us tyrann0us deleted the patch-1 branch December 2, 2020 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants