Make WordPress Themes

Changeset 319867


Ignore:
Timestamp:
03/26/2026 08:21:33 PM (34 hours ago)
Author:
walterebert
Message:

weet version 2.4.1

Location:
weet/2.4.1
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • weet/2.4.1/functions.php

    r305370 r319867  
    253253            'wp-block-library',
    254254            'wp-components',
     255            'wp-img-auto-sizes-contain',
    255256            'wp-emoji-styles',
    256257        );
    257258
    258         // Disable WordPress Core styles.
    259259        $enable_default_styles = get_theme_mod( 'enable_default_styles' );
    260260        if ( empty( $enable_default_styles ) ) {
     261            // Disable WordPress Core styles.
    261262            foreach ( $handles as $handle ) {
    262263                wp_dequeue_style( $handle );
     
    436437}
    437438add_action( 'widgets_init', 'weet_widgets_init', 10, 0 );
     439
  • weet/2.4.1/readme.txt

    r305370 r319867  
    33Tags: accessibility-ready, blog, microformats, one-column, sticky-post, theme-options, threaded-comments, translation-ready
    44Requires at least: 4.9
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 5.4
    7 Version: 2.4.0
     7Version: 2.4.1
    88License: GPL-2.0-or-later
    99License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
     
    2929
    3030== Copyright ==
    31 weet, Copyright 2022-2025 Walter Ebert
     31weet, Copyright 2022-2026 Walter Ebert
    3232weet is distributed under the terms of the GNU GPL
    3333
  • weet/2.4.1/style.css

    r305370 r319867  
    44Author:            Walter Ebert
    55Author URI:        https://walterebert.com/
    6 Version:           2.4.0
     6Version:           2.4.1
    77Requires at least: 4.9
    8 Tested up to:      6.9
     8Tested up to:      7.0
    99Requires PHP:      5.4
    1010License:           GPL-2.0-or-later
    1111License URI:       https://spdx.org/licenses/GPL-2.0-or-later.html
    1212Text Domain:       weet
    13 Tags:              accessibility-ready, blog, one-column, microformats, sticky-post, theme-options, threaded-comments, translation-ready
     13Tags:              accessibility-ready, blog, one-column, microformats, sticky-post, theme-options, threaded-comments, translation-ready, ClassicPress
    1414Description:       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.
    1515*/
Note: See TracChangeset for help on using the changeset viewer.