Opened 8 years ago
Closed 8 years ago
#39948 closed defect (bug) (fixed)
is_singular inline docs summary issue with the docs parser
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | docs | Cc: |
Description
The inline docs for is_singular is not being parsed correctly as the parser stops as the first dot instead of going to the end of the line.
Is the query for an existing single post of any post type (post, attachment, page, ... )?
https://developer.wordpress.org/reference/functions/is_singular/
I expect it is easier to fix the inline documentation then to fix the parser.
A potential fix: Is the query for an existing single post of any post type (post, attachment, page, custom post types)?
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 40103: