Make WordPress Core

Ticket #47327: 47327.5.diff

File 47327.5.diff, 1.1 KB (added by afercia, 3 years ago)
  • src/wp-admin/css/edit.css

     
    712712}
    713713
    714714.text-removed .policy-text {
    715         font-style: italic;
    716715        color: #666;
    717716        font-weight: 600;
    718717}
  • src/wp-admin/includes/class-wp-privacy-policy-content.php

     
    389389
    390390                                /* translators: %s: Date of plugin deactivation. */
    391391                                $removed = __( 'You deactivated this plugin on %s and may no longer need this policy.' );
    392                                 $removed = '<div class="error inline"><p>' . sprintf( $removed, $date ) . '</p></div>';
     392                                $removed = '<div class="notice notice-info inline"><p>' . sprintf( $removed, $date ) . '</p></div>';
    393393                        } elseif ( ! empty( $section['updated'] ) ) {
    394394                                $class = 'text-updated';
    395395                                $date  = date_i18n( $date_format, $section['updated'] );