Opened 6 years ago
Closed 6 years ago
#31842 closed defect (bug) (invalid)
Fix inline document: put the html in the variable before passing to the filter.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | General | Keywords: | |
Focuses: | docs | Cc: |
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
@
6 years ago
- Keywords close added
- Version changed from trunk to 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.
First patch was an mistake..