Changes between Initial Version and Version 1 of Ticket #16768, comment 19
- Timestamp:
- 04/30/2011 10:43:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16768, comment 19
initial v1 1 The errors are from a plugin which uses a subclass of {{{WP_Text_Diff_Renderer}}} so its not a part of core, but this affects anyone wanting to subclass {{{WP_Text_Diff_Renderer}}}.1 The errors (before the patch) are from a plugin which uses a subclass of {{{WP_Text_Diff_Renderer}}} so its not a part of core, but this affects anyone wanting to subclass {{{WP_Text_Diff_Renderer}}}. 2 2 3 3 As far as PHP5 is concerned a constructor is a constructor, it doesn't seem to matter if the constructor is defined as the class name or defined as {{{__construct}}}.