Changeset 4395
- Timestamp:
- 11/21/2016 01:01:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/inc/class-plugin.php
r4377 r4395 143 143 144 144 // If current project is a parent ID. 145 if ( in_array( $locale_and_project_id->project_id, $project_access_list, true ) ) {145 if ( in_array( (string) $locale_and_project_id->project_id, $project_access_list, true ) ) { 146 146 return true; 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.