Changeset 51319 for branches/5.8/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
- Timestamp:
- 07/02/2021 07:05:46 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
r49826 r51319 19 19 * Constructor. Instantiate the object. 20 20 * 21 * @access public22 *23 21 * @since Twenty Twenty-One 1.0 24 22 */ … … 30 28 * Register customizer options. 31 29 * 32 * @access public33 *34 30 * @since Twenty Twenty-One 1.0 35 31 * 36 32 * @param WP_Customize_Manager $wp_customize Theme Customizer object. 37 *38 33 * @return void 39 34 */ … … 152 147 * Sanitize boolean for checkbox. 153 148 * 154 * @access public155 *156 149 * @since Twenty Twenty-One 1.0 157 150 * 158 151 * @param bool $checked Whether or not a box is checked. 159 *160 152 * @return bool 161 153 */ … … 166 158 /** 167 159 * Render the site title for the selective refresh partial. 168 *169 * @access public170 160 * 171 161 * @since Twenty Twenty-One 1.0 … … 180 170 * Render the site tagline for the selective refresh partial. 181 171 * 182 * @access public183 *184 172 * @since Twenty Twenty-One 1.0 185 173 *
Note: See TracChangeset
for help on using the changeset viewer.