Changeset 43261
- Timestamp:
- 05/14/2018 03:54:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43249 r43261 1390 1390 */ 1391 1391 public static function policy_text_changed_notice() { 1392 global $post;1393 1394 1392 $screen = get_current_screen()->id; 1395 1393 … … 1399 1397 1400 1398 ?> 1401 <div class="policy-text-updated notice notice-warning is-dismissible">1399 <div class="policy-text-updated notice notice-warning"> 1402 1400 <p><?php 1403 1401 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' );
Note: See TracChangeset
for help on using the changeset viewer.