Changeset 74 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/utils/class-wcb-registry.php
- Timestamp:
- 08/23/2013 08:54:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/utils/class-wcb-registry.php
r2 r74 11 11 function register( $classname ) { 12 12 if ( ! isset( $this->instances[ $classname ] ) ) 13 $this->instances[ $classname ] = &new $classname();13 $this->instances[ $classname ] = new $classname(); 14 14 } 15 15 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)