Changes between Initial Version and Version 1 of Ticket #18785, comment 58
- Timestamp:
- 10/23/2011 07:22:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18785, comment 58
initial v1 2 2 > It makes WP_Screen behave as a registry of singletons. 3 3 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. :) 5 5 6 6 What the patch does is store all the WP_Screen instances in a static property on the WP_Screen class.