Ticket #47327: 47327.5.diff
File 47327.5.diff, 1.1 KB (added by , 3 years ago) |
---|
-
src/wp-admin/css/edit.css
712 712 } 713 713 714 714 .text-removed .policy-text { 715 font-style: italic;716 715 color: #666; 717 716 font-weight: 600; 718 717 } -
src/wp-admin/includes/class-wp-privacy-policy-content.php
389 389 390 390 /* translators: %s: Date of plugin deactivation. */ 391 391 $removed = __( 'You deactivated this plugin on %s and may no longer need this policy.' ); 392 $removed = '<div class=" errorinline"><p>' . sprintf( $removed, $date ) . '</p></div>';392 $removed = '<div class="notice notice-info inline"><p>' . sprintf( $removed, $date ) . '</p></div>'; 393 393 } elseif ( ! empty( $section['updated'] ) ) { 394 394 $class = 'text-updated'; 395 395 $date = date_i18n( $date_format, $section['updated'] );