Making WordPress.org


Ignore:
Timestamp:
08/13/2018 07:14:46 AM (6 years ago)
Author:
netweb
Message:

Support Forums: Allow all w.org users to 'modlook' report posts or topics

Props Clorith.
Fixes #1956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php

    r5641 r7605  
    3838     */
    3939    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;
    4445
    4546        // These modifications are specific to https://wordpress.org/support/
Note: See TracChangeset for help on using the changeset viewer.