Make WordPress Core


Ignore:
Timestamp:
02/25/2016 12:52:33 PM (9 years ago)
Author:
ocean90
Message:

Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).

Props obrienlabs, thewanderingbrit.
Fixes #34887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r35848 r36709  
    10961096    // Clear the cache to prevent an update_option() from saving a stale db_version to the cache
    10971097    wp_cache_flush();
    1098     // (Not all cache backends listen to 'flush')
     1098    // (Not all cache back ends listen to 'flush')
    10991099    wp_cache_delete( 'alloptions', 'options' );
    11001100
Note: See TracChangeset for help on using the changeset viewer.