Changeset 74
- Timestamp:
- 08/23/2013 08:54:28 PM (11 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.