Changeset 5311
- Timestamp:
- 04/25/07 03:06:19 (1 year ago)
- Files:
-
- branches/2.2/wp-admin/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-admin/widgets.php
r5298 r5311 39 39 $output = '<li class="module" id="widgetprefix-%1$s"><span class="handle">%2$s</span></li>'; 40 40 41 printf( $output, $sanitized_name, $ name. $popper );41 printf( $output, $sanitized_name, $wp_registered_widgets[$name]['name'] . $popper ); 42 42 } 43 43
