Make WordPress Core

Changeset 55977

Timestamp:
06/22/2023 05:23:18 AM (13 months ago)
Author:
audrasjb
Message:

Administration: Replace contracted verb forms for better consistency.

Previously: [52979], [52978].
Props sabernhardt.
See #30796.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-custom-image-header.php

    r55882 r55977  
    704704<td>
    705705            <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
    706     <p><?php _e( 'If you don&lsquo;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 dot want to upload your own image, you can use one of these cool headers, or show a random one.' ); ?></p>
    707707    <?php else : ?>
    708708    <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  
    540540        <p>
    541541            <strong><?php _e( 'Notice:' ); ?></strong>
    542             <?php _e( 'You&rsquo;re using the auto-generated password for your account. Would you like to change it?' ); ?>
     542            <?php _e( 'Youre using the auto-generated password for your account. Would you like to change it?' ); ?>
    543543        </p>
    544544        <p>
  • trunk/src/wp-includes/theme.php

    r55703 r55977  
    23792379                'post_content' => sprintf(
    23802380                    "<!-- 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&rsquo;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 youre a business with a mission to describe.', 'Theme starter content' )
    23822382                ),
    23832383            ),
Note: See TracChangeset for help on using the changeset viewer.