Make WordPress Core


Ignore:
Timestamp:
02/25/2016 12:52:33 PM (10 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/post.php

    r36704 r36709  
    50385038    }
    50395039
    5040     // On SSL front-end, URLs should be HTTPS.
     5040    // On SSL front end, URLs should be HTTPS.
    50415041    if ( is_ssl() && ! is_admin() && 'wp-login.php' !== $GLOBALS['pagenow'] ) {
    50425042        $url = set_url_scheme( $url );
Note: See TracChangeset for help on using the changeset viewer.