Make WordPress Core


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

Administration: Replace contracted verb forms for better consistency.

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

File:
1 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 do not 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>
Note: See TracChangeset for help on using the changeset viewer.