Changeset 7046 for trunk/src/bbpress.php
- Timestamp:
- 12/15/2019 10:42:29 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r7028 r7046 114 114 // Only run these methods if they haven't been ran previously 115 115 if ( null === $instance ) { 116 $instance = new bbPress ;116 $instance = new bbPress(); 117 117 $instance->setup_environment(); 118 118 $instance->includes(); … … 823 823 824 824 // Setup the engagements interface 825 $this->engagements = new $class_name ;825 $this->engagements = new $class_name(); 826 826 } 827 827
Note: See TracChangeset
for help on using the changeset viewer.