Changeset 4958 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 02/20/2017 10:56:05 PM (8 years ago)
- 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 244 244 // Instantiate WPORG_Stickies mode for topic view. 245 245 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 ); 247 247 } 248 248
Note: See TracChangeset
for help on using the changeset viewer.