Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41151, comment 2


Ignore:
Timestamp:
06/25/2017 03:50:07 AM (9 years ago)
Author:
rinkuyadav999
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41151, comment 2

    initial v1  
    11Hi @knutsp
    22
    3 Suppose i am not a theme developer and some developer bundled it and now he want to use this plugin, then this plugin will not activate. I used 'Hello Dolly' plugin just for example because it is simplest plugin in plugin directory. It is properly modified and bundled in theme. This should not display Fatal Error on Activation because already declare function in inside condition.
     3Suppose i am not a theme developer and some developer bundled it and now he want to use this plugin, then this plugin will not activate. I used 'Hello Dolly' plugin just for example because it is simplest plugin in plugin directory. It is properly modified and bundled in theme. This should not display Fatal Error on Activation because already declare function is inside condition.
    44
    55PS: I am testing core WordPress instead developing a theme and using 'Hello Dolly' plugin. It is just for example. I know i can simply rename functions of 'Hello Dolly' and use it in theme but this not what you are understanding.