Ticket #58684: 58684.patch
File 58684.patch, 1.4 KB (added by , 15 months ago) |
---|
-
wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
234 234 * Adds a class to the <body> element in the editor to accommodate dark-mode. 235 235 * 236 236 * @since Twenty Twenty-One 1.0 237 * 238 * @global WP_Screen $current_screen WordPress current screen object. 237 239 * 238 240 * @param string $classes The admin body-classes. 239 241 * @return string … … 264 266 * Determine if we want to print the dark-mode switch or not. 265 267 * 266 268 * @since Twenty Twenty-One 1.0 269 * 270 * @global bool $is_IE 267 271 * 268 272 * @return bool 269 273 */ -
wp-content/themes/twentytwentyone/functions.php
7 7 * @package WordPress 8 8 * @subpackage Twenty_Twenty_One 9 9 * @since Twenty Twenty-One 1.0 10 * 11 * @global string $wp_version WordPress version. 12 * 10 13 */ 11 14 12 15 // This theme requires WordPress 5.3 or later. … … 386 389 * Enqueue scripts and styles. 387 390 * 388 391 * @since Twenty Twenty-One 1.0 392 * 393 * @global WP_Scripts $wp_scripts 389 394 * 390 395 * @return void 391 396 */