Changeset 48836
- Timestamp:
- 08/21/2020 01:11:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r48588 r48836 88 88 // Remove the extra values added to the meta. 89 89 foreach ( $old as $key => $data ) { 90 if ( ! empty( $data['removed'] ) ) {90 if ( ! is_array( $data ) || ! empty( $data['removed'] ) ) { 91 91 unset( $old[ $key ] ); 92 92 continue;
Note: See TracChangeset
for help on using the changeset viewer.