Changeset 56526 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
- Timestamp:
- 09/06/2023 09:21:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
r56300 r56526 70 70 array(), 71 71 '1.0.0', 72 true72 array( 'in_footer' => true ) 73 73 ); 74 74 … … 78 78 array( 'twentytwentyone-dark-mode-support-toggle' ), 79 79 '1.0.0', 80 true80 array( 'in_footer' => true ) 81 81 ); 82 82 } … … 116 116 array( 'customize-base', 'customize-controls', 'underscore', 'jquery', 'twentytwentyone-customize-helpers' ), 117 117 '1.0.0', 118 true118 array( 'in_footer' => true ) 119 119 ); 120 120 }
Note: See TracChangeset
for help on using the changeset viewer.