Changeset 60455
- Timestamp:
- 07/14/2025 08:43:37 AM (5 months ago)
- Location:
- trunk/src/wp-content/themes/twentysixteen
- Files:
-
- 3 edited
-
functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r60159 r60455 392 392 393 393 // Theme stylesheet. 394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250 415' );394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' ); 395 395 396 396 // Theme block stylesheet. … … 453 453 function twentysixteen_block_editor_styles() { 454 454 // Block styles. 455 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 41202' );455 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' ); 456 456 // Add custom fonts. 457 457 $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null; -
trunk/src/wp-content/themes/twentysixteen/readme.txt
r60159 r60455 4 4 Tested up to: 6.8 5 5 Requires PHP: 5.2.4 6 Version: 3. 56 Version: 3.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 3.6 = 76 * Released: July 15, 2025 77 78 https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.6 79 75 80 = 3.5 = 76 81 * Released: April 15, 2025 -
trunk/src/wp-content/themes/twentysixteen/style.css
r60159 r60455 5 5 Author URI: https://wordpress.org/ 6 6 Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere. 7 Version: 3. 57 Version: 3.6 8 8 Tested up to: 6.8 9 9 Requires at least: 4.4
Note: See TracChangeset
for help on using the changeset viewer.