Changeset 14944
- Timestamp:
- 06/08/2026 05:32:35 AM (6 weeks ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums
- Files:
-
- 1 added
- 2 edited
-
inc/class-badge-automation.php (added)
-
inc/class-plugin.php (modified) (2 diffs)
-
support-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r13510 r14944 32 32 public $emails = false; 33 33 public $audit_log = false; 34 public $badge_automation = false; 34 35 public $dropin = false; 35 36 public $support_compat = false; … … 66 67 */ 67 68 private function __construct() { 68 $this->users = new Users; 69 $this->user_notes = new User_Notes; 70 $this->moderators = new Moderators; 71 $this->hooks = new Hooks; 72 $this->report_topic = new Report_Topic; 73 $this->nsfw_handler = new NSFW_Handler; 74 $this->stats = new Stats; 75 $this->emails = new Emails; 76 $this->audit_log = new Audit_Log; 77 $this->rest_api = new REST_API; 69 $this->users = new Users; 70 $this->user_notes = new User_Notes; 71 $this->moderators = new Moderators; 72 $this->hooks = new Hooks; 73 $this->report_topic = new Report_Topic; 74 $this->nsfw_handler = new NSFW_Handler; 75 $this->stats = new Stats; 76 $this->emails = new Emails; 77 $this->audit_log = new Audit_Log; 78 $this->badge_automation = new Badge_Automation; 79 $this->rest_api = new REST_API; 78 80 79 81 // Set a flag to indicate whether this is the global forums, or a locale forum. -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php
r14306 r14944 34 34 include( __DIR__ . '/inc/class-blocks.php' ); 35 35 include( __DIR__ . '/inc/class-rest-api.php' ); 36 include( __DIR__ . '/inc/class-badge-automation.php' ); 36 37 37 38 // Compat-only includes.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)