Changeset 49829 for branches/5.6/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
- Timestamp:
- 12/17/2020 03:08:06 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
r49578 r49829 5 5 * @package WordPress 6 6 * @subpackage Twenty_Twenty_One 7 * @since 1.0.07 * @since Twenty Twenty-One 1.0 8 8 */ 9 9 … … 12 12 * Customizer Settings. 13 13 * 14 * @since 1.0.014 * @since Twenty Twenty-One 1.0 15 15 */ 16 16 class Twenty_Twenty_One_Customize { … … 21 21 * @access public 22 22 * 23 * @since 1.0.023 * @since Twenty Twenty-One 1.0 24 24 */ 25 25 public function __construct() { … … 32 32 * @access public 33 33 * 34 * @since 1.0.034 * @since Twenty Twenty-One 1.0 35 35 * 36 36 * @param WP_Customize_Manager $wp_customize Theme Customizer object. … … 154 154 * @access public 155 155 * 156 * @since 1.0.0156 * @since Twenty Twenty-One 1.0 157 157 * 158 158 * @param bool $checked Whether or not a box is checked. … … 169 169 * @access public 170 170 * 171 * @since 1.0.0171 * @since Twenty Twenty-One 1.0 172 172 * 173 173 * @return void … … 182 182 * @access public 183 183 * 184 * @since 1.0.0184 * @since Twenty Twenty-One 1.0 185 185 * 186 186 * @return void
Note: See TracChangeset
for help on using the changeset viewer.