Changeset 55977
- Timestamp:
- 06/22/2023 05:23:18 AM (20 months ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r55882 r55977 704 704 <td> 705 705 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?> 706 <p><?php _e( 'If you do n‘t want to upload your own image, you can use one of these cool headers, or show a random one.' ); ?></p>706 <p><?php _e( 'If you do not want to upload your own image, you can use one of these cool headers, or show a random one.' ); ?></p> 707 707 <?php else : ?> 708 708 <p><?php _e( 'You can use one of these cool headers or show a random one on each page.' ); ?></p> -
trunk/src/wp-admin/includes/user.php
r55694 r55977 540 540 <p> 541 541 <strong><?php _e( 'Notice:' ); ?></strong> 542 <?php _e( 'You ’re using the auto-generated password for your account. Would you like to change it?' ); ?>542 <?php _e( 'You are using the auto-generated password for your account. Would you like to change it?' ); ?> 543 543 </p> 544 544 <p> -
trunk/src/wp-includes/theme.php
r55703 r55977 2379 2379 'post_content' => sprintf( 2380 2380 "<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->", 2381 _x( 'You might be an artist who would like to introduce yourself and your work here or maybe you ’re a business with a mission to describe.', 'Theme starter content' )2381 _x( 'You might be an artist who would like to introduce yourself and your work here or maybe you are a business with a mission to describe.', 'Theme starter content' ) 2382 2382 ), 2383 2383 ),
Note: See TracChangeset
for help on using the changeset viewer.