Changeset 48145
- Timestamp:
- 06/23/2020 08:55:54 PM (4 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r48116 r48145 713 713 714 714 .text-removed .policy-text { 715 font-style: italic;716 715 color: #666; 717 716 font-weight: 600; -
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r47572 r48145 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';
Note: See TracChangeset
for help on using the changeset viewer.