Changeset 8700 for trunk/wp-admin/includes/widgets.php
- Timestamp:
- 08/21/2008 06:42:19 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/widgets.php
r8600 r8700 263 263 <?php if ( $control ) : ?> 264 264 265 <a class="widget-action widget-control-save wp-no-js-hiddenedit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Change'); ?></a>265 <a class="widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Change'); ?></a> 266 266 267 267 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.