| | 7 | |
| | 8 | Specifically from the Codex: |
| | 9 | |
| | 10 | {{{ |
| | 11 | File Headers in readme.txt |
| | 12 | Some plugins contain the readme.txt file which might contain look-a-like headers as well. Those files are > not handled by WordPress but by third-party applications. Because those applications can be quite popular, I note down here those tags from an example readme file: |
| | 13 | |
| | 14 | Contributors: markjaquith, mdawaffe (this should be a list of wordpress.org userid's) |
| | 15 | Donate link: http://example.com/ |
| | 16 | Tags: comments, spam |
| | 17 | Requires at least: 2.0.2 |
| | 18 | Tested up to: 2.1 |
| | 19 | Stable tag: 4.3 |
| | 20 | |
| | 21 | As ticket #12260 suggests, the headers from readme.txt are used through remote WP.org API calls. This is a good example of how third party applications use has direct impact on wordpress core code usage. |
| | 22 | }}} |