Changeset 56570 for trunk/src/wp-admin/privacy-policy-guide.php
- Timestamp:
- 09/14/2023 12:52:45 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy-policy-guide.php
r56559 r56570 61 61 <hr class="wp-header-end"> 62 62 63 <div class="notice notice-error hide-if-js"> 64 <p><?php _e( 'The Privacy Settings require JavaScript.' ); ?></p> 65 </div> 63 <?php 64 wp_admin_notice( 65 __( 'The Privacy Settings require JavaScript.' ), 66 array( 67 'type' => 'error', 68 'additional_classes' => array( 'hide-if-js' ), 69 ) 70 ); 71 ?> 66 72 67 73 <div class="privacy-settings-body hide-if-no-js">
Note: See TracChangeset
for help on using the changeset viewer.