Opened 11 years ago
Closed 11 years ago
#31842 closed defect (bug) (invalid)
Fix inline document: put the html in the variable before passing to the filter.
| Reported by: | ShinichiN | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | docs |
Description
I think the author of this inline document forgot to replace the html with the variable he/she described in the document.
Attachments (2)
Change History (5)
#1
@
11 years ago
- Keywords close added
- Version trunk → 3.7
The filter line has been that way since [25570] when the title attribute was removed. The code wsan't changed when the hook doc was added in [27676], and I'm not sure why the locale code additions are needed.
As for the string passed to the filter, it doesn't need to match the variable used in the DocBlock, that's there for documentation purposes only.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
First patch was an mistake..