Changeset 3884 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
- Timestamp:
- 08/30/2016 07:04:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r3846 r3884 34 34 private function __construct() { 35 35 $this->performance = new Performance_Optimizations; 36 $this->users = new Users; 36 37 37 38 // These modifications are specific to https://wordpress.org/support/
Note: See TracChangeset
for help on using the changeset viewer.