Changeset 3134938
- Timestamp:
- 08/13/2024 12:40:55 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopso-contributors/trunk/templates/admin/coopso-contributors-admin-meta-box.php
r2811701 r3134938 15 15 16 16 17 if ( is _array( $cp_contributors_users ) && ! empty( $cp_contributors_users ) ) {17 if ( isset($cp_contributors_users) && is_array( $cp_contributors_users ) && ! empty( $cp_contributors_users ) ) { 18 18 19 19 $checked = in_array( $cp_user->ID, $cp_contributors_users, true ) ? 'checked' : '';
Note: See TracChangeset
for help on using the changeset viewer.