Changeset 5301 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 04/09/2017 10:47:29 PM (6 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
r5286 r5301 354 354 } 355 355 if ( 356 ( ! empty( $this->authors ) && in_array( $user->user_ login, $this->authors ) )356 ( ! empty( $this->authors ) && in_array( $user->user_nicename, $this->authors ) ) 357 357 || 358 ( ! empty( $this->contributors ) && in_array( $user->user_ login, $this->contributors ) )358 ( ! empty( $this->contributors ) && in_array( $user->user_nicename, $this->contributors ) ) 359 359 ) { 360 360 $retval = true;
Note: See TracChangeset
for help on using the changeset viewer.