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/class-wp-customize-manager.php

    r36698 r36709  
    10851085     *
    10861086     * This is a mechanism to "wake up" settings that have been dynamically created
    1087      * on the frontend and have been sent to WordPress in `$_POST['customized']`. When WP
     1087     * on the front end and have been sent to WordPress in `$_POST['customized']`. When WP
    10881088     * loads, the dynamically-created settings then will get created and previewed
    10891089     * even though they are not directly created statically with code.
     
    16741674    public function customize_pane_settings() {
    16751675        /*
    1676          * If the frontend and the admin are served from the same domain, load the
     1676         * If the front end and the admin are served from the same domain, load the
    16771677         * preview over ssl if the Customizer is being loaded over ssl. This avoids
    1678          * insecure content warnings. This is not attempted if the admin and frontend
    1679          * are on different domains to avoid the case where the frontend doesn't have
     1678         * insecure content warnings. This is not attempted if the admin and front end
     1679         * are on different domains to avoid the case where the front end doesn't have
    16801680         * ssl certs. Domain mapping plugins can allow other urls in these conditions
    16811681         * using the customize_allowed_urls filter.
     
    17531753        }
    17541754
    1755         // Pass to frontend the Customizer construct being deeplinked.
     1755        // Pass to front end the Customizer construct being deeplinked.
    17561756        foreach ( $this->get_autofocus() as $type => $id ) {
    17571757            $can_autofocus = (
Note: See TracChangeset for help on using the changeset viewer.