Make WordPress Core


Ignore:
Timestamp:
09/12/2019 01:05:35 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Correct "up-to-date" vs. "up to date" usage in a database update string and inline comments.

  • "Up to date" is an adverb phrase that describes an action that brings something in line with the latest information.
  • "Up-to-date" is an adjective phrase that is used as a synonym for "current".

Props socalchristina, hareesh-pillai, garrett-eclipse, desrosj, aprea.
Fixes #38998.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upgrade.php

    r45932 r46096  
    7474
    7575<h1><?php _e( 'No Update Required' ); ?></h1>
    76 <p><?php _e( 'Your WordPress database is already up-to-date!' ); ?></p>
     76<p><?php _e( 'Your WordPress database is already up to date!' ); ?></p>
    7777<p class="step"><a class="button button-large" href="<?php echo get_option( 'home' ); ?>/"><?php _e( 'Continue' ); ?></a></p>
    7878
Note: See TracChangeset for help on using the changeset viewer.