Changeset 5563
- Timestamp:
- 06/14/2017 10:00:18 AM (7 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
r5369 r5563 357 357 || 358 358 ( ! empty( $this->contributors ) && in_array( $user->user_nicename, $this->contributors ) ) 359 || 360 ( is_a( $user, 'WP_User' ) && $user->supportrep == $this->slug() ) 359 361 ) { 360 362 $retval = true;
Note: See TracChangeset
for help on using the changeset viewer.