- Timestamp:
- 07/29/2025 12:56:16 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r56526 r60521 9 9 10 10 /** 11 * Add postMessage support for site title and description for the Customizer.11 * Adds postMessage support for site title and description for the Customizer. 12 12 * 13 13 * @since Twenty Fifteen 1.0 … … 114 114 115 115 /** 116 * Render the site title for the selective refresh partial.116 * Renders the site title for the selective refresh partial. 117 117 * 118 118 * @since Twenty Fifteen 1.5 … … 127 127 128 128 /** 129 * Render the site tagline for the selective refresh partial.129 * Renders the site tagline for the selective refresh partial. 130 130 * 131 131 * @since Twenty Fifteen 1.5 … … 140 140 141 141 /** 142 * Register color schemes for Twenty Fifteen.142 * Registers color schemes for Twenty Fifteen. 143 143 * 144 144 * Can be filtered with {@see 'twentyfifteen_color_schemes'}. … … 253 253 if ( ! function_exists( 'twentyfifteen_get_color_scheme' ) ) : 254 254 /** 255 * Get the current Twenty Fifteen color scheme.255 * Gets the current Twenty Fifteen color scheme. 256 256 * 257 257 * @since Twenty Fifteen 1.0 … … 771 771 772 772 /** 773 * Output an Underscore template for generating CSS for the color scheme.773 * Outputs an Underscore template for generating CSS for the color scheme. 774 774 * 775 775 * The template generates the css dynamically for instant display in the Customizer
Note: See TracChangeset
for help on using the changeset viewer.