Changeset 12000
- Timestamp:
- 07/29/2022 06:20:58 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php
r11562 r12000 46 46 $this->stats = new Stats; 47 47 $this->emails = new Emails; 48 $this->audit_log = new Audit_Log; 48 49 49 50 // These modifications are specific to https://wordpress.org/support/ -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php
r11562 r12000 29 29 include( dirname( __FILE__ ) . '/inc/class-stats.php' ); 30 30 include( dirname( __FILE__ ) . '/inc/class-emails.php' ); 31 include( dirname( __FILE__ ) . '/inc/class-audit-log.php' ); 31 32 32 33 // Compat-only includes.
Note: See TracChangeset
for help on using the changeset viewer.