Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23880, comment 24


Ignore:
Timestamp:
03/30/2013 02:52:31 PM (12 years ago)
Author:
F J Kaiser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23880, comment 24

    initial v1  
    22> 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.
    33
    4 That's not completely 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.
     4That'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.