General: Remove duplicate type="button" attribute from the "Change|Choose Site Icon" button.

Introduced in [57602].

Props kkmuffme, audrasjb.
Fixes #62942.
Built from https://develop.svn.wordpress.org/trunk@59806


git-svn-id: http://core.svn.wordpress.org/trunk@59148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2025-02-11 15:57:21 +00:00
parent 0909a94115
commit 40d50ca185
2 changed files with 1 additions and 2 deletions

View File

@ -184,7 +184,6 @@ $tagline_description = sprintf(
<div class="site-icon-action-buttons">
<button type="button"
id="choose-from-library-button"
type="button"
class="<?php echo esc_attr( $classes_for_button ); ?>"
data-alt-classes="<?php echo esc_attr( $classes_for_button_on_change ); ?>"
data-size="512"

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59805';
$wp_version = '6.8-alpha-59806';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.