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-includes/pluggable.php

    r36705 r36709  
    825825    }
    826826
    827     // Frontend cookie is secure when the auth cookie is secure and the site's home URL is forced HTTPS.
     827    // Front-end cookie is secure when the auth cookie is secure and the site's home URL is forced HTTPS.
    828828    $secure_logged_in_cookie = $secure && 'https' === parse_url( get_option( 'home' ), PHP_URL_SCHEME );
    829829
Note: See TracChangeset for help on using the changeset viewer.