Changeset 60537 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
- Timestamp:
- 08/04/2025 08:53:04 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
r56559 r60537 17 17 18 18 /** 19 * Constructor. Instantiate the object.19 * Constructor. Instantiates the object. 20 20 * 21 21 * @since Twenty Twenty-One 1.0 … … 26 26 27 27 /** 28 * Register customizer options.28 * Registers customizer options. 29 29 * 30 30 * @since Twenty Twenty-One 1.0 … … 145 145 146 146 /** 147 * Sanitize boolean for checkbox.147 * Sanitizes a boolean for checkbox. 148 148 * 149 149 * @since Twenty Twenty-One 1.0 … … 157 157 158 158 /** 159 * Render the site title for the selective refresh partial.159 * Renders the site title for the selective refresh partial. 160 160 * 161 161 * @since Twenty Twenty-One 1.0 … … 168 168 169 169 /** 170 * Render the site tagline for the selective refresh partial.170 * Renders the site tagline for the selective refresh partial. 171 171 * 172 172 * @since Twenty Twenty-One 1.0
Note: See TracChangeset
for help on using the changeset viewer.