Changeset 61302 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 11/25/2025 05:00:39 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r60681 r61302 305 305 * 306 306 * @param string $html The HTML output from get_custom_logo() (core function). 307 * @return string 307 * @return string Custom logo HTML with "retina" resolution applied if enabled. 308 308 */ 309 309 function twentytwenty_get_custom_logo( $html ) { … … 636 636 * 637 637 * @param string $html The default output HTML for the more tag. 638 * @return string 638 * @return string The the read more link wrapped in a `div`. 639 639 */ 640 640 function twentytwenty_read_more_tag( $html ) { … … 737 737 * @since Twenty Twenty 1.0 738 738 * 739 * @return array 739 * @return array Customizer color variables for the preview. 740 740 */ 741 741 function twentytwenty_get_customizer_color_vars() { … … 756 756 * @since Twenty Twenty 1.0 757 757 * 758 * @return array 758 * @return array Elements to apply custom colors to. 759 759 */ 760 760 function twentytwenty_get_elements_array() {
Note: See TracChangeset
for help on using the changeset viewer.