Changeset 14374 for trunk/wp-admin/includes/widgets.php
- Timestamp:
- 05/03/2010 06:16:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/widgets.php
r14347 r14374 203 203 </div> 204 204 <div class="alignright<?php if ( 'noform' === $has_form ) echo ' widget-control-noform'; ?>"> 205 <img src="<?php echo admin_url( 'images/wpspin_light.gif'); ?>" class="ajax-feedback " title="" alt="" />205 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback " title="" alt="" /> 206 206 <input type="submit" name="savewidget" class="button-primary widget-control-save" value="<?php esc_attr_e('Save'); ?>" /> 207 207 </div>
Note: See TracChangeset
for help on using the changeset viewer.