Reviewed & tested by the community
Project:
Context Reaction: Theme
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 17:32 UTC
Updated:
14 Oct 2010 at 19:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedLooks good! Just a couple of points:
I think I'd prefer an isset() here first, *then* setting $theme to that value. Easier to follow what's going on IMO.
I don't know enough about the context plugin system to know whether changing the signature of a method is ok or not...
Powered by Dreditor.
Comment #2
tim.plunkett1) Switched it back to
!empty().2) An argument is only passed to
execute()when it's needed. This was another remnant of copy/pasting another plugin as a starting point.Comment #3
joachim commentedLooks good to me :)