Changeset 25858
- Timestamp:
- 10/21/2013 09:17:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r25826 r25858 45 45 46 46 /** 47 * Fires when additional Customizer controls scripts are enqueued.47 * Enqueue Customizer control scripts. 48 48 * 49 49 * @since 3.4.0 … … 78 78 79 79 /** 80 * Fires when Customizer controls styles are printed.80 * Print Customizer control styles. 81 81 * 82 82 * @since 3.4.0 … … 85 85 86 86 /** 87 * Fires when Customizer controls scripts are printed.87 * Print Customizer control scripts. 88 88 * 89 89 * @since 3.4.0 … … 152 152 153 153 /** 154 * Fires when Customizer controls footer scripts are printed.154 * Print Customizer control scripts in the footer. 155 155 * 156 156 * @since 3.4.0 … … 173 173 $allowed_urls[] = home_url( '/', 'https' ); 174 174 175 /** 176 * Filter the list of URLs allowed to be clicked and 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
Note: See TracChangeset
for help on using the changeset viewer.