Changeset 6719

Show
Ignore:
Timestamp:
02/04/08 20:54:51 (7 months ago)
Author:
ryan
Message:

Remove eextra set of links. Props mdawaffe. see #5583

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/widgets.php

    r6717 r6719  
    178178 
    179179            <div class="widget-control"<?php if ( 'edit' == $display ) echo ' style="display: block;"'; ?>> 
    180                 <div class="widget-control-actions"> 
    181  
    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" /> 
    190180 
    191181                <?php