Make WordPress Core

Ticket #33488: 33488.diff

File 33488.diff, 517 bytes (added by ericlewis, 9 years ago)
  • src/wp-includes/theme.php

    diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php
    index 823d2ca..ae12810 100644
    a b function check_theme_switched() { 
    18861886/**
    18871887 * Includes and instantiates the WP_Customize_Manager class.
    18881888 *
    1889  * Fires when ?wp_customize=on or on wp-admin/customize.php.
     1889 * Fires on a preview frame request (when ?wp_customize=on is in the URL) and
     1890 * on the Customizer interface page (wp-admin/customize.php).
    18901891 *
    18911892 * @since 3.4.0
    18921893 *