(302 . 13)(302 . 6)
25959 <input type="hidden" class="widget-width" value="<?php echo $control['width']; ?>" />
25960
25961 <div class="widget-control-actions">
25962
25963 <?php if ( $control ) : ?>
25964
25965 <a class="button widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Done'); ?></a>
25966
25967 <?php endif; ?>
25968
25969 <a class="button widget-action widget-control-remove alignright" href="<?php echo clean_url( wp_nonce_url( add_query_arg( array( 'remove' => $id_format, 'key' => $key ) ), "remove-widget_$widget[id]" ) ); ?>"><?php _e('Remove'); ?></a>
25970 <br class="clear" />
25971 </div>
(337 . 4)(330 . 4)
25973 return trim( wp_specialchars( strip_tags( $string ) ) );
25974 }
25975
25976 ?>