Changeset 43214
- Timestamp:
- 05/10/2018 03:53:24 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/class-wp-internal-pointers.php
r43159 r43214 162 162 */ 163 163 public static function pointer_wp496_privacy() { 164 $content = '<h3>' . __( 'Privacy and Personal Data' ) . '</h3>'; 164 $content = '<h3>' . __( 'Personal Data and Privacy' ) . '</h3>'; 165 $content .= '<h4>' . __( 'Personal Data Export and Erasure' ) . '</h4>'; 166 $content .= '<p>' . __( 'New <strong>Tools</strong> have been added to help you with personal data export and erasure requests.' ) . '</p>'; 165 167 $content .= '<h4>' . __( 'Privacy Policy' ) . '</h4>'; 166 168 $content .= '<p>' . __( 'Create or select your site’s privacy policy page under <strong>Settings > Privacy</strong> to keep your users informed and aware.' ) . '</p>'; 167 $content .= '<h4>' . __( 'Personal Data Export and Erasure' ) . '</h4>';168 $content .= '<p>' . __( 'New <strong>Tools</strong> have been added to help you with personal data export and erasure requests.' ) . '</p>';169 169 170 170 if ( is_rtl() ) { … … 172 172 'edge' => 'right', 173 173 'align' => 'left', 174 'at' => 'left+40',175 174 ); 176 175 } else { … … 178 177 'edge' => 'left', 179 178 'align' => 'right', 180 'at' => 'right-40 bottom'181 179 ); 182 180 } -
branches/4.9/src/wp-includes/css/wp-pointer.css
r43159 r43214 38 38 39 39 .wp-pointer-content h4 { 40 margin: 1.33em 15px; 40 margin: 1.33em 20px 1em; 41 font-size: 1.15em; 41 42 } 42 43 43 44 .wp-pointer-content p { 44 padding: 0 15px;45 padding: 0 20px; 45 46 } 46 47
Note: See TracChangeset
for help on using the changeset viewer.