Changeset 7605 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
- Timestamp:
- 08/13/2018 07:14:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r5641 r7605 38 38 */ 39 39 private function __construct() { 40 $this->users = new Users; 41 $this->user_notes = new User_Notes; 42 $this->moderators = new Moderators; 43 $this->hooks = new Hooks; 40 $this->users = new Users; 41 $this->user_notes = new User_Notes; 42 $this->moderators = new Moderators; 43 $this->hooks = new Hooks; 44 $this->report_topic = new Report_Topic; 44 45 45 46 // These modifications are specific to https://wordpress.org/support/
Note: See TracChangeset
for help on using the changeset viewer.