- Timestamp:
- 06/23/2020 08:55:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.