Changeset 5310
- Timestamp:
- 04/25/07 03:02:28 (1 year ago)
- Files:
-
- trunk/wp-admin/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/widgets.php
r5299 r5310 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
