#63166 Convert some @internal tags into inline tags.#8837
#63166 Convert some @internal tags into inline tags.#8837johnbillion wants to merge 1 commit intoWordPress:trunkfrom
@internal tags into inline tags.#8837Conversation
|
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 Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
| * {@internal The $comment global must be present to allow template tags access to the current | ||
| * comment. See https://core.trac.wordpress.org/changeset/36512.} |
There was a problem hiding this comment.
| * {@internal The $comment global must be present to allow template tags access to the current | |
| * comment. See https://core.trac.wordpress.org/changeset/36512.} | |
| * {@internal The $comment global must be present to allow template tags access to the current | |
| * comment. See https://core.trac.wordpress.org/changeset/36512.} |
Nit
There was a problem hiding this comment.
Looks like this should be fully inline rather than indented because it's an inline tag. I'll do that when I commit it. Thanks!
The
@internaltag is an odd one, it has a different meaning depending on whether it's used as a top-level tag or an inline tag. Quoting the phpDocumentor docs:So the former denotes that the symbol is for internal use only, and the latter denotes some internal documentation.
This PR fixes some instances of top level
@internaltags that should be inline tags.