Skip to content

Commit

Permalink
General: Remove duplicate type="button" attribute from the "Change|…
Browse files Browse the repository at this point in the history
…Choose Site Icon" button.

Introduced in [57602].

Props kkmuffme, audrasjb.
Fixes #62942.

git-svn-id: https://develop.svn.wordpress.org/trunk@59806 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
dream-encode committed Feb 11, 2025
1 parent a91a243 commit e795925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-admin/options-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
<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"
Expand Down

0 comments on commit e795925

Please sign in to comment.