Changeset 49829 for branches/5.6/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.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-dark-mode.php
r49819 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 … … 18 18 * @access public 19 19 * 20 * @since 1.0.020 * @since Twenty Twenty-One 1.0 21 21 */ 22 22 public function __construct() { … … 52 52 * @access public 53 53 * 54 * @since 1.0.054 * @since Twenty Twenty-One 1.0 55 55 * 56 56 * @return void … … 91 91 * @access public 92 92 * 93 * @since 1.0.093 * @since Twenty Twenty-One 1.0 94 94 * 95 95 * @return void … … 111 111 * @access public 112 112 * 113 * @since 1.0.0113 * @since Twenty Twenty-One 1.0 114 114 * 115 115 * @return void … … 133 133 * @access public 134 134 * 135 * @since 1.0.0135 * @since Twenty Twenty-One 1.0 136 136 * 137 137 * @param WP_Customize_Manager $wp_customize Theme Customizer object. … … 225 225 * @access public 226 226 * 227 * @since 1.0.0227 * @since Twenty Twenty-One 1.0 228 228 * 229 229 * @param string $classes The classes for <html> element. … … 250 250 * @access public 251 251 * 252 * @since 1.0.0252 * @since Twenty Twenty-One 1.0 253 253 * 254 254 * @param string $classes The admin body-classes. … … 283 283 * @access public 284 284 * 285 * @since 1.0.0285 * @since Twenty Twenty-One 1.0 286 286 * 287 287 * @return bool … … 301 301 * @access public 302 302 * 303 * @since 1.0.0303 * @since Twenty Twenty-One 1.0 304 304 * 305 305 * @return void … … 320 320 * @access public 321 321 * 322 * @since 1.0.0322 * @since Twenty Twenty-One 1.0 323 323 * 324 324 * @param array $attrs The attributes to add to our <button> element. … … 381 381 * @access public 382 382 * 383 * @since 1.0.0383 * @since Twenty Twenty-One 1.0 384 384 * 385 385 * @return void … … 396 396 * @access public 397 397 * 398 * @since 1.0.0398 * @since Twenty Twenty-One 1.0 399 399 * 400 400 * @return void
Note: See TracChangeset
for help on using the changeset viewer.