- Timestamp:
- 07/01/2019 12:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r45448 r45583 242 242 } elseif ( $new_data['plugin_name'] === $old_data['plugin_name'] ) { 243 243 // The info for the policy was updated. 244 $checked[] = array(244 $checked[] = array( 245 245 'plugin_name' => $new_data['plugin_name'], 246 246 'policy_text' => $new_data['policy_text'], 247 247 'updated' => $time, 248 248 ); 249 $found = $update_cache = true; 249 $found = true; 250 $update_cache = true; 250 251 } 251 252 … … 379 380 380 381 foreach ( $content_array as $section ) { 381 $class = $meta = $removed = ''; 382 $class = ''; 383 $meta = ''; 384 $removed = ''; 382 385 383 386 if ( ! empty( $section['removed'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.