Skip to content

Commit 62505d3

Browse files
Merge branch 'trunk' into fix/permalink-future-posts
2 parents ccf9ae7 + 8900f0a commit 62505d3

File tree

28 files changed

+61
-45
lines changed

28 files changed

+61
-45
lines changed

src/wp-admin/css/forms.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,10 +1592,6 @@ table.form-table td .updated p {
15921592
line-height: 0.76190476;
15931593
}
15941594

1595-
.wp-upload-form input[type="submit"] {
1596-
margin-top: 10px;
1597-
}
1598-
15991595
.wp-core-ui select,
16001596
.wp-admin .form-table select {
16011597
min-height: 40px;

src/wp-admin/css/themes.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,10 @@ body.full-overlay-active {
20132013
.upload-plugin .wp-upload-form {
20142014
display: block;
20152015
}
2016+
2017+
:is(.upload-theme, .upload-plugin) .wp-upload-form input[type="submit"] {
2018+
margin-top: 10px;
2019+
}
20162020
}
20172021

20182022
@media aural {

src/wp-admin/includes/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ function media_upload_form( $errors = null ) {
22852285
_ex( 'Upload', 'verb' );
22862286
?>
22872287
</label>
2288-
<input type="file" name="async-upload" id="async-upload" />
2288+
<input type="file" name="async-upload" id="async-upload" required />
22892289
<?php submit_button( _x( 'Upload', 'verb' ), 'primary', 'html-upload', false ); ?>
22902290
<a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e( 'Cancel' ); ?></a>
22912291
</p>

src/wp-admin/media-new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
require_once ABSPATH . 'wp-admin/admin-header.php';
6666

67-
$form_class = 'media-upload-form type-form validate';
67+
$form_class = 'wp-upload-form media-upload-form type-form validate';
6868

6969
if ( get_user_setting( 'uploader' ) || isset( $_GET['browser-uploader'] ) ) {
7070
$form_class .= ' html-uploader';

src/wp-content/themes/twentyfourteen/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ function twentyfourteen_scripts() {
345345
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
346346

347347
// Load our main stylesheet.
348-
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250415' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' );
349349

350350
// Theme block stylesheet.
351-
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
351+
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
352352

353353
// Load the Internet Explorer specific stylesheet.
354354
wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140711' );

src/wp-content/themes/twentyfourteen/readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg
33
Requires at least: 3.6
44
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.2
6+
Stable tag: 4.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
@@ -64,6 +64,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO
6464

6565
== Changelog ==
6666

67+
= 4.3 =
68+
* Released: July 15, 2025
69+
70+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.3
71+
6772
= 4.2 =
6873
* Released: April 15, 2025
6974

src/wp-content/themes/twentyfourteen/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
7-
Version: 4.2
7+
Version: 4.3
88
Requires at least: 3.6
99
Tested up to: 6.8
1010
Requires PHP: 5.2.4

src/wp-content/themes/twentysixteen/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function twentysixteen_scripts() {
391391
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' );
392392

393393
// Theme stylesheet.
394-
wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250415' );
394+
wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' );
395395

396396
// Theme block stylesheet.
397397
wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' );
@@ -452,7 +452,7 @@ function twentysixteen_scripts() {
452452
*/
453453
function twentysixteen_block_editor_styles() {
454454
// Block styles.
455-
wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20241202' );
455+
wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
456456
// Add custom fonts.
457457
$font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
458458
wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), $font_version );

src/wp-content/themes/twentysixteen/readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg
33
Requires at least: 4.4
44
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Version: 3.5
6+
Version: 3.6
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
@@ -72,6 +72,11 @@ Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch
7272

7373
== Changelog ==
7474

75+
= 3.6 =
76+
* Released: July 15, 2025
77+
78+
https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.6
79+
7580
= 3.5 =
7681
* Released: April 15, 2025
7782

src/wp-content/themes/twentysixteen/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentysixteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
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.5
7+
Version: 3.6
88
Tested up to: 6.8
99
Requires at least: 4.4
1010
Requires PHP: 5.2.4

0 commit comments

Comments
 (0)