Changeset 13256 for trunk/wp-admin/includes/widgets.php
- Timestamp:
- 02/20/2010 09:09:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/widgets.php
r12733 r13256 203 203 </div> 204 204 <div class="alignright<?php if ( 'noform' === $has_form ) echo ' widget-control-noform'; ?>"> 205 <img src=" 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.