Make WordPress Core


Ignore:
Timestamp:
10/10/2015 05:13:57 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Merge two database update strings for consistency.

Props pavelevap.
Fixes #33514.

File:
1 edited

Legend:

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

    r32642 r35000  
    9595<h2><?php _e( 'Database Update Required' ); ?></h2>
    9696<p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p>
    97 <p><?php _e( 'The update process may take a little while, so please be patient.' ); ?></p>
     97<p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
    9898<p class="step"><a class="button button-large" href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
    9999<?php
Note: See TracChangeset for help on using the changeset viewer.