Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22802, comment 10


Ignore:
Timestamp:
12/07/2012 11:13:07 PM (13 years ago)
Author:
MikeSchinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22802, comment 10

    initial v1  
    66Global vars are easy but there are other ways to handle it, all depends on what the core team/community prefers today; I know preferred practices have evolved over the years.
    77
    8 BTW, there is an existing `load_theme()` function which is why I called it `wp_load_plugin()`, but I really have no opinion what it's called because it'd be (mostly?) only used internally in core.
     8BTW, there is an existing `load_theme()` function which is why I named it `wp_load_plugin()`, but I really have no opinion what it's called because it'd be (mostly?) only used internally in core.