Making WordPress.org


Ignore:
Timestamp:
02/20/2017 10:56:05 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Allow plugin contributors to stick a thread within an individual plugin's forum.

Fixes #1413.

File:
1 edited

Legend:

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

    r4948 r4958  
    244244                // Instantiate WPORG_Stickies mode for topic view.
    245245                if ( class_exists( 'WordPressdotorg\Forums\Stickies_Compat' ) ) {
    246                     $this->stickies = new Stickies_Compat( $this->compat(), $this->slug(), $this->taxonomy(), $this->get_object( $this->slug() ), $this->term, $this->authors );
     246                    $this->stickies = new Stickies_Compat( $this->compat(), $this->slug(), $this->taxonomy(), $this->get_object( $this->slug() ), $this->term, $this->authors, $this->contributors );
    247247                }
    248248
Note: See TracChangeset for help on using the changeset viewer.