- Timestamp:
- 08/01/2025 11:27:03 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/customizer.php
r60478 r60533 9 9 10 10 /** 11 * Add postMessage support for site title and description for the Theme Customizer.11 * Adds postMessage support for site title and description for the Theme Customizer. 12 12 * 13 13 * @param WP_Customize_Manager $wp_customize Theme Customizer object. … … 163 163 164 164 /** 165 * Sanitize the page layout options.165 * Sanitizes the page layout options. 166 166 * 167 167 * @param string $input Page layout. … … 181 181 182 182 /** 183 * Sanitize the colorscheme.183 * Sanitizes the colorscheme. 184 184 * 185 185 * @param string $input Color scheme. … … 196 196 197 197 /** 198 * Render the site title for the selective refresh partial.198 * Renders the site title for the selective refresh partial. 199 199 * 200 200 * @since Twenty Seventeen 1.0 … … 209 209 210 210 /** 211 * Render the site tagline for the selective refresh partial.211 * Renders the site tagline for the selective refresh partial. 212 212 * 213 213 * @since Twenty Seventeen 1.0 … … 222 222 223 223 /** 224 * Return whether we're previewing the front page and it's a static page.224 * Returns whether we're previewing the front page and it's a static page. 225 225 * 226 226 * This function is an alias for twentyseventeen_is_frontpage(). … … 236 236 237 237 /** 238 * Return whether we're on a view that supports a one or two column layout.238 * Returns whether we're on a view that supports a one or two column layout. 239 239 */ 240 240 function twentyseventeen_is_view_with_layout_option() { … … 244 244 245 245 /** 246 * Bind JS handlers to instantly live-preview changes.246 * Binds JS handlers to instantly live-preview changes. 247 247 */ 248 248 function twentyseventeen_customize_preview_js() { … … 252 252 253 253 /** 254 * Load dynamic logic for the customizer controls area.254 * Loads dynamic logic for the customizer controls area. 255 255 */ 256 256 function twentyseventeen_panels_js() {
Note: See TracChangeset
for help on using the changeset viewer.