Changeset 5641 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
- Timestamp:
- 07/10/2017 08:23:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r5636 r5641 39 39 private function __construct() { 40 40 $this->users = new Users; 41 $this->user_notes = new User_Notes; 41 42 $this->moderators = new Moderators; 42 43 $this->hooks = new Hooks;
Note: See TracChangeset
for help on using the changeset viewer.