mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Widget edit link layout fixes from mdawaffe. fixes #6371
git-svn-id: https://develop.svn.wordpress.org/trunk@7964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -102,7 +102,7 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
|
||||
<li id="widget-list-item-<?php echo attribute_escape( $widget['id'] ); ?>" class="widget-list-item">
|
||||
<h4 class="widget-title widget-draggable">
|
||||
|
||||
<?php echo $widget_title; ?>
|
||||
<span><?php echo $widget_title; ?></span>
|
||||
|
||||
<?php if ( 'add' == $action ) : ?>
|
||||
|
||||
@@ -116,6 +116,8 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
</h4>
|
||||
|
||||
|
||||
@@ -228,7 +230,7 @@ function wp_widget_control( $sidebar_args ) {
|
||||
echo $sidebar_args['before_widget'];
|
||||
?>
|
||||
<div class="widget-top">
|
||||
<h4 class="widget-title"><?php echo $widget_title ?>
|
||||
<h4 class="widget-title"><span><?php echo $widget_title ?></span>
|
||||
|
||||
<?php if ( $edit ) : ?>
|
||||
|
||||
@@ -240,6 +242,8 @@ function wp_widget_control( $sidebar_args ) {
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
</h4></div>
|
||||
|
||||
<div class="widget-control"<?php if ( $edit ) echo ' style="display: block;"'; ?>>
|
||||
|
||||
Reference in New Issue
Block a user