mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-12 22:59:24 +01:00
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:
parent
0909a94115
commit
40d50ca185
@ -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"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user