- Timestamp:
- 05/03/2024 07:41:40 AM (19 months ago)
- Location:
- beaumont/0.2.5
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from beaumont/0.2.4)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beaumont/0.2.5/functions.php
r199715 r226473 19 19 function beaumont_styles() { 20 20 21 wp_enqueue_style( 'beaumont-styles', get_t heme_file_uri( '/style.css' ), array(), wp_get_theme( 'beaumont' )->get( 'Version' ) );21 wp_enqueue_style( 'beaumont-styles', get_template_directory_uri() . '/style.css', array(), wp_get_theme( 'beaumont' )->get( 'Version' ) ); 22 22 23 23 } -
beaumont/0.2.5/readme.txt
r219567 r226473 4 4 Requires at least: 6.1 5 5 Requires PHP: 5.6 6 Tested up to: 6. 46 Tested up to: 6.5 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 38 38 39 39 == Changelog == 40 41 Version 0.2.5 (2024-05-03) 42 ------------------------- 43 - Updated stylesheet enqueue to make sure the parent theme stylesheet is loaded even when a child theme is active. 40 44 41 45 Version 0.2.4 (2024-03-04) -
beaumont/0.2.5/style.css
r219567 r226473 3 3 Theme Name: Beaumont 4 4 Text Domain: beaumont 5 Version: 0.2. 45 Version: 0.2.5 6 6 Description: Beaumont is a simple block theme for your words. It includes a handful of block patterns to help you create beautiful layouts, ten different theme styles to choose from, and seven different layouts for the blog archive. Demo: https://beaumont.andersnoren.se 7 7 Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks, full-site-editing … … 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 Requires PHP: 5.6 14 Tested up to: 6. 414 Tested up to: 6.5 15 15 16 16 All files, unless otherwise stated, are released under the GNU General Public License
Note: See TracChangeset
for help on using the changeset viewer.