[wp-meta] [Making WordPress.org] #812: `get_children()` was skipped from parsing in 4.1

Making WordPress.org noreply at wordpress.org
Mon Jan 12 05:22:05 UTC 2015


#812: `get_children()` was skipped from parsing in 4.1
-------------------------+-------------------------------------
Reporter:  DrewAPicture  |      Owner:
    Type:  defect        |     Status:  new
Priority:  normal        |  Component:  developer.wordpress.org
Keywords:                |
-------------------------+-------------------------------------
 As pointed out in #wp30987, `get_children()` was skipped from parsing due
 to the presence of a (valid) `@internal` tag in the DocBlock. We really
 should be using `@ignore` to skip parsing items because `@internal` is a
 valid tag used for including internal-only information in a DocBlock, not
 for skipping an entire element.

 Basically the difference is that a message paired with `@internal` will be
 skipped by phpDoc whereas an entire function will be skipped with
 `@ignore`.

 I've opened a [https://github.com/rmccue/WP-Parser/pull/150 pull request]
 on the parser repo to alleviate this problem, though we may need to re-
 parse 4.1 as the `get_children()` reference doesn't exist.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/812>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list