Ticket #25444: 25444.3.diff
File 25444.3.diff, 1.4 KB (added by , 11 years ago) |
---|
-
src/wp-admin/customize.php
44 44 wp_enqueue_script( 'accordion' ); 45 45 46 46 /** 47 * Fires when additional Customizer controls scripts are enqueued.47 * Fires for enqueueing additional Customizer controls scripts. 48 48 * 49 49 * @since 3.4.0 50 50 */ … … 77 77 ?><title><?php echo $admin_title; ?></title><?php 78 78 79 79 /** 80 * Fires when Customizer controls styles are printed.80 * Fires for printing Customizer controls styles. 81 81 * 82 82 * @since 3.4.0 83 83 */ … … 84 84 do_action( 'customize_controls_print_styles' ); 85 85 86 86 /** 87 * Fires when Customizer controls scripts are printed.87 * Fires for printing Customizer controls scripts. 88 88 * 89 89 * @since 3.4.0 90 90 */ … … 151 151 <?php 152 152 153 153 /** 154 * Fires when Customizer controls footer scripts are printed.154 * Fires for printing Customizer controls footer scripts. 155 155 * 156 156 * @since 3.4.0 157 157 */ … … 172 172 if ( is_ssl() && ! $cross_domain ) 173 173 $allowed_urls[] = home_url( '/', 'https' ); 174 174 175 /** 176 * Filter URLs that can be clicked, and will be followed, in the Customizer preview. 177 * 178 * @since 3.4.0 179 * 180 * @param array $allowed_urls An array of allowed URLs. 181 */ 175 182 $allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) ); 176 183 177 184 $fallback_url = add_query_arg( array(