Make WordPress Core


Ignore:
Timestamp:
01/13/2015 12:50:32 AM (8 years ago)
Author:
DrewAPicture
Message:

Ensure we're using the correct @ignore phpDocumentor tag to mark elements that should be skipped when parsing.

Up to this point, various core elements' DocBlocks incorrectly included an @internal tag as a means for skipping the parsing process. When paired with a description (inline or otherwise), @internal is a valid tag meant to provide internal-only context, but not necessarily to skip parsing the entire element.

See #30987.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin.php

    r31121 r31170  
    217217         * Used to call the registered callback for a plugin screen.
    218218         *
    219          * @internal
     219         * @ignore
    220220         * @since 1.5.0
    221221         */
Note: See TracChangeset for help on using the changeset viewer.