Ticket #51435: 51435.diff
| File 51435.diff, 1.2 KB (added by , 6 years ago) |
|---|
-
src/wp-admin/css/edit.css
724 724 } 725 725 726 726 .text-removed .policy-text { 727 color: # 666;728 font-weight: 600;727 color: #999; 728 font-weight: 300; 729 729 } 730 .text-removed .policy-text h2 { 731 color: #707f8f; 732 font-weight: 500; 733 } 730 734 731 735 .privacy-text-actions { 732 736 display: inline-block; -
src/wp-admin/includes/class-wp-privacy-policy-content.php
391 391 392 392 /* translators: %s: Date of plugin deactivation. */ 393 393 $removed = __( 'You deactivated this plugin on %s and may no longer need this policy.' ); 394 $removed = '<div class="notice notice- infoinline"><p>' . sprintf( $removed, $date ) . '</p></div>';394 $removed = '<div class="notice notice-warning inline"><p>' . sprintf( $removed, $date ) . '</p></div>'; 395 395 } elseif ( ! empty( $section['updated'] ) ) { 396 396 $class = 'text-updated'; 397 397 $date = date_i18n( $date_format, $section['updated'] );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)