Edgewall Software

Changes between Version 2 and Version 3 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Jul 27, 2009, 1:57:47 PM (15 years ago)
Author:
Remy Blank
Comment:

Removed comment about artificial class in args argument to IWikiMacroProvider.expand_macro().

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v2 v3  
    2020}}}
    2121}}}
    22 The macro `MyMacro` will have its `expand_macro()` called with `args={'test': '123', 'other': 'This is a text'}` (currently, an additional argument `'class': 'wikipage'` is also passed; this is an artifact due to the same syntax allowing to call MIME viewers).
     22The macro `MyMacro` will have its `expand_macro()` called with `args={'test': '123', 'other': 'This is a text'}`.
    2323
    2424See also #8204.