Opened 13 years ago
Closed 13 years ago
#25722 closed defect (bug) (fixed)
Hooks Docs: wp-includes/functions.wp-styles.php
| Reported by: | admiralthrawn | Owned by: | kpdesign |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Inline Docs | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Inline docs for wp-includes/functions.wp-styles.php
Attachments (2)
Change History (8)
#3
in reply to: ↑ 2
@
13 years ago
Replying to markoheijnen:
Doesn't the comment need to be inside the function? So then use brackets for it.
With the current implementation, no, it just needs to be the first PHPDoc block before a "documentable" block (that is: class/function definition, or action/filter call). I'm not sure what the standard says on it though.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Doesn't the comment need to be inside the function? So then use brackets for it.