Changeset 4128
- Timestamp:
- 09/25/2016 06:53:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r3988 r4128 33 33 */ 34 34 private function __construct() { 35 $this->performance = new Performance_Optimizations;36 35 $this->users = new Users; 37 36 $this->moderators = new Moderators; … … 44 43 $this->support_compat = new Support_Compat; 45 44 45 // Only load Performance_Optimizations if necessary. 46 $this->performance = new Performance_Optimizations; 47 46 48 // Ratings_Compat is loaded by Theme_Directory_Compat or 47 49 // Plugin_Directory_Compat depending on the request.
Note: See TracChangeset
for help on using the changeset viewer.