| | 1 | <!-- |
| | 2 | Hi there! Thanks for contributing to WordPress! |
| | 3 | |
| | 4 | Pull Requests in this GitHub repository **must** be linked to a ticket in the WordPress Core Trac instance (https://core.trac.wordpress.org), and are only used for code review. **No pull requests will be merged on GitHub.** |
| | 5 | |
| | 6 | See the WordPress Handbook page on using PRs for Code Review more information: https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/ |
| | 7 | |
| | 8 | If this is your first time contributing, you may also find reviewing these guides first to be helpful: |
| | 9 | - FAQs for New Contributors: https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/ |
| | 10 | - Contributing with Code Guide: https://make.wordpress.org/core/handbook/contribute/ |
| | 11 | - WordPress Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/ |
| | 12 | - Inline Documentation Standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/ |
| | 13 | - Browser Support Policies: https://make.wordpress.org/core/handbook/best-practices/browser-support/ |
| | 14 | - Proper spelling and grammar related best practices: https://make.wordpress.org/core/handbook/best-practices/spelling/ |
| | 15 | --> |
| | 16 | |
| | 17 | <!-- Insert a description of your changes here --> |
| | 18 | |
| | 19 | Trac ticket: <!-- insert a link to the WordPress Trac ticket here --> |
| | 20 | |
| | 21 | --- |
| | 22 | **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull Requests for Code Review](https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/) in the Core Handbook for more details.** |