Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r29170 r29206  
    190190    do_action( 'customize_controls_print_footer_scripts' );
    191191
    192     // If the frontend and the admin are served from the same domain, load the
    193     // preview over ssl if the customizer is being loaded over ssl. This avoids
    194     // insecure content warnings. This is not attempted if the admin and frontend
    195     // are on different domains to avoid the case where the frontend doesn't have
    196     // ssl certs. Domain mapping plugins can allow other urls in these conditions
    197     // using the customize_allowed_urls filter.
     192    /*
     193     * If the frontend and the admin are served from the same domain, load the
     194     * preview over ssl if the customizer is being loaded over ssl. This avoids
     195     * insecure content warnings. This is not attempted if the admin and frontend
     196     * are on different domains to avoid the case where the frontend doesn't have
     197     * ssl certs. Domain mapping plugins can allow other urls in these conditions
     198     * using the customize_allowed_urls filter.
     199     */
    198200
    199201    $allowed_urls = array( home_url('/') );
Note: See TracChangeset for help on using the changeset viewer.