Ticket #5583: 5583c.diff
File 5583c.diff, 962 bytes (added by , 17 years ago) |
---|
-
wp-admin/includes/widgets.php
177 177 </h4> 178 178 179 179 <div class="widget-control"<?php if ( 'edit' == $display ) echo ' style="display: block;"'; ?>> 180 <div class="widget-control-actions">181 180 182 <?php if ( $control && 'edit' != $display ) : ?>183 184 <a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Save'); ?></a>185 186 <?php endif; ?>187 188 <a class="widget-action widget-control-remove delete alignright" href="<?php echo add_query_arg( array( 'remove' => $id_format, 'key' => $key ), wp_nonce_url( null, "remove-widget_$widget[id]" ) ); ?>"><?php _e('Remove'); ?></a>189 <br class="clear" />190 191 181 <?php 192 182 if ( $control ) 193 183 call_user_func_array( $control['callback'], $control['params'] );