Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18785, comment 58


Ignore:
Timestamp:
10/23/2011 07:22:21 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18785, comment 58

    initial v1  
    22> It makes WP_Screen behave as a registry of singletons.
    33
    4 '[http://en.wikipedia.org/wiki/Singleton_pattern Singleton]' does not accept plural form. :)
     4[http://en.wikipedia.org/wiki/Singleton_pattern Singleton] does not accept plural form. :)
    55
    66What the patch does is store all the WP_Screen instances in a static property on the WP_Screen class.