Ticket #59297: 59297.patch
File 59297.patch, 1.0 KB (added by , 20 months ago) |
---|
-
wp-admin/includes/class-wp-privacy-policy-content.php
383 383 public static function privacy_policy_guide() { 384 384 385 385 $content_array = self::get_suggested_policy_text(); 386 $content = '';387 386 $date_format = __( 'F j, Y' ); 388 387 389 388 foreach ( $content_array as $section ) { 390 $class = '';391 $meta = '';392 389 $removed = ''; 393 390 394 391 if ( ! empty( $section['removed'] ) ) { -
wp-admin/includes/post.php
2464 2464 $classic_output = ob_get_clean(); 2465 2465 2466 2466 $classic_elements = wp_html_split( $classic_output ); 2467 $hidden_inputs = '';2468 2467 foreach ( $classic_elements as $element ) { 2469 2468 if ( ! str_starts_with( $element, '<input ' ) ) { 2470 2469 continue;