Changes between Initial Version and Version 1 of Ticket #23880, comment 24
- Timestamp:
- 03/30/2013 02:52:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23880, comment 24
initial v1 2 2 > Regardless of what API WordPress provides for doing this, you obviously still need to make sure your main plugin file is fully syntax compatible with 5.2, and can't include anything 5.3+ until after checking requirements, so you still have nearly the same amount of work you would have to do no matter what. 3 3 4 That's not completelytrue. You can add comments like {{{#}}}, {{{//}}} or {{{/**/}}} ''before'' you add the {{{namespace foo}}} statement. So checking this from core would be much easier as your plugin could be fully PHP 5.3+ compliant and wouldn't require a bootstrap file.4 That's not true. You can add comments like {{{#}}}, {{{//}}} or {{{/**/}}} ''before'' you add the {{{namespace foo}}} statement. So checking this from core would be much easier as your plugin could be fully PHP 5.3+ compliant and wouldn't require a bootstrap file.