Changeset 319867
- Timestamp:
- 03/26/2026 08:21:33 PM (34 hours ago)
- Location:
- weet/2.4.1
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from weet/2.4.0)
-
functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
weet/2.4.1/functions.php
r305370 r319867 253 253 'wp-block-library', 254 254 'wp-components', 255 'wp-img-auto-sizes-contain', 255 256 'wp-emoji-styles', 256 257 ); 257 258 258 // Disable WordPress Core styles.259 259 $enable_default_styles = get_theme_mod( 'enable_default_styles' ); 260 260 if ( empty( $enable_default_styles ) ) { 261 // Disable WordPress Core styles. 261 262 foreach ( $handles as $handle ) { 262 263 wp_dequeue_style( $handle ); … … 436 437 } 437 438 add_action( 'widgets_init', 'weet_widgets_init', 10, 0 ); 439 -
weet/2.4.1/readme.txt
r305370 r319867 3 3 Tags: accessibility-ready, blog, microformats, one-column, sticky-post, theme-options, threaded-comments, translation-ready 4 4 Requires at least: 4.9 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 5.4 7 Version: 2.4. 07 Version: 2.4.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://spdx.org/licenses/GPL-2.0-or-later.html … … 29 29 30 30 == Copyright == 31 weet, Copyright 2022-202 5Walter Ebert31 weet, Copyright 2022-2026 Walter Ebert 32 32 weet is distributed under the terms of the GNU GPL 33 33 -
weet/2.4.1/style.css
r305370 r319867 4 4 Author: Walter Ebert 5 5 Author URI: https://walterebert.com/ 6 Version: 2.4. 06 Version: 2.4.1 7 7 Requires at least: 4.9 8 Tested up to: 6.98 Tested up to: 7.0 9 9 Requires PHP: 5.4 10 10 License: GPL-2.0-or-later 11 11 License URI: https://spdx.org/licenses/GPL-2.0-or-later.html 12 12 Text Domain: weet 13 Tags: accessibility-ready, blog, one-column, microformats, sticky-post, theme-options, threaded-comments, translation-ready 13 Tags: accessibility-ready, blog, one-column, microformats, sticky-post, theme-options, threaded-comments, translation-ready, ClassicPress 14 14 Description: A true minimalist theme without a header and without default WordPress styles. It’s optimised for speed and puts content first. Default styles can be enabled in the theme options. 15 15 */
Note: See TracChangeset
for help on using the changeset viewer.