Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Update widgets.php to reinstate <h3> header after feedback on dashb…
Browse files Browse the repository at this point in the history
…oard widgets PR
  • Loading branch information
KTS915 authored Oct 7, 2023
1 parent a7fa30b commit ad7ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function wp_widget_control( $sidebar_args ) {
echo $sidebar_args['before_widget'];
?>
<details class="widget-top">
<summary class="widget-title"><?php echo $widget_title; ?><span class="in-widget-title"></span></summary>
<summary class="widget-title"><h3><?php echo $widget_title; ?></h3></summary>
<div class="widget-title-action">
<a class="widget-control-edit hide-if-js" href="<?php echo esc_url( add_query_arg( $query_arg ) ); ?>">
<span class="edit"><?php _ex( 'Edit', 'widget' ); ?></span>
Expand Down

0 comments on commit ad7ddfb

Please sign in to comment.