Changeset 5311
- Timestamp:
- 04/25/2007 03:06:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.